lacuna / restpkicore-client
Client lib for Rest PKI Core
Installs: 1 048
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 17
Forks: 0
Open Issues: 0
Requires
- php: >=5.5.0
- guzzlehttp/guzzle: ^6.0
- lacuna/restpki-client: ^2.7.0
Requires (Dev)
- phpunit/phpunit: ^4.0
This package is auto-updated.
Last update: 2024-11-08 06:26:41 UTC
README
Standard version for PHP 5.5 or greater
This library contains classes that encapsulate the calls to the REST PKI Core API.
The recommended way to install Rest PKI Core Client lib is through Composer:
"require": {
"lacuna/restpkicore-client" : "^1.2.0"
}
This library depends on the GuzzleHttp package, which in turn requires PHP 5.5 or greater.