lacuna / signer-client
There is no license information available for the latest version (1.4.10) of this package.
Client lib for Signer
1.4.10
2023-11-28 18:41 UTC
Requires
- php: >=5.5.0
- ext-json: *
- guzzlehttp/guzzle: ^7.8
- jms/serializer: ^3.28.0
Requires (Dev)
- phpunit/phpunit: ^4.0
- dev-develop
- 1.4.10
- 1.4.9
- 1.4.8
- 1.4.7
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.1
- 1.0.0
- dev-test/guzzle-update
- dev-feature-participantsDataFile
- dev-update-spec
- dev-upload-multipart-feature
- dev-main
- dev-SIG-856
- dev-release1.4.1
- dev-release-1.4.0
- dev-release-1.3.2
- dev-release-1.3.1
This package is auto-updated.
Last update: 2024-10-28 20:34:34 UTC
README
Standard version for PHP 5.5 or greater
This library contains classes that encapsulate the calls to the Signer API.
The recommended way to install Signer client lib is through Composer:
"require": {
"lacuna/signer-client": "1.4.10"
}
This library depends on the GuzzleHttp package, which in turn requires PHP 5.5 or greater.