Download the PHP package lookyman/chronicle-api without Composer
On this page you can find all versions of the php package lookyman/chronicle-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package chronicle-api
Lookyman/Chronicle
Client library for interacting with Chronicle.
Installation
Usage
For implementations of client and request factory, you can use for example Guzzle 6 HTTP Adapter and HTTP Factory for Guzzle respectively.
All endpoints return Http\Promise\Promise
, so you can either just ->wait()
for the response, or handle it asynchronously with ->then()
. Responses are just plain arrays, look up the structure in the Chronicle's documentation.
All versions of chronicle-api with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1
roave/security-advisories Version dev-master
php-http/httplug Version ^1.1
paragonie/sapient Version ^1.0
http-interop/http-factory Version ^0.3.0
paragonie/sodium_compat Version ^1.5.5
roave/security-advisories Version dev-master
php-http/httplug Version ^1.1
paragonie/sapient Version ^1.0
http-interop/http-factory Version ^0.3.0
paragonie/sodium_compat Version ^1.5.5
The package lookyman/chronicle-api contains the following files
Loading the files please wait ....