Download the PHP package socalnick/orchestrate-php-client without Composer
On this page you can find all versions of the php package socalnick/orchestrate-php-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download socalnick/orchestrate-php-client
More information about socalnick/orchestrate-php-client
Files in socalnick/orchestrate-php-client
Download socalnick/orchestrate-php-client
More information about socalnick/orchestrate-php-client
Files in socalnick/orchestrate-php-client
Vendor socalnick
Package orchestrate-php-client
Short Description A PHP client for Orchestrate.io
License BSD 3-Clause
Package orchestrate-php-client
Short Description A PHP client for Orchestrate.io
License BSD 3-Clause
Please rate this library. Is it a good library?
Informations about the package orchestrate-php-client
Orchestrate is no longer a service
Orchestrate PHP Client
A PHP client for Orchestrate.io.
Table of Contents
- Installation
- Creating a Client
- Key / Value Operations
- Search
- Events
- Graph
Installation
Creating a Client
Default to Amazon US East
Use Amazon EU West
Key / Value Operations
Put (also used to create a collection)
Put if-match
Put if-none-match
Post (auto-generated key)
Patch (partial update - operations)
Patch (partial update - merge)
Get
Get a previous version by ref
Delete
Delete with purge
List
List with inclusive start key
List with exclusive after key
Delete collection
Search
Default Search
Search with query, limit, offset, and sort
Search aggregate
Events
Post defaults to now
Post with timestamp
Get (an individual event)
Put (update an existing event)
Put with ref (update an existing event if ref matches)
Delete
Delete with ref (only delete if ref matches)
List
List with limit
List with range queries
The range parameters are formatted as "$timestamp/$ordinal" where $ordinal is optional. The timestamp value should be formatted as described in timestamps.
Graph
Put
Get
Get with limit and offset
Delete
All versions of orchestrate-php-client with dependencies
PHP Build Version
Package Version
The package socalnick/orchestrate-php-client contains the following files
Loading the files please wait ....