lacuna / signer-client
Client lib for Signer
Installs: 177
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 15
Forks: 2
Open Issues: 0
pkg:composer/lacuna/signer-client
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: 2025-09-28 22:17:10 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.