lacuna / amplia-client
Classes to consume Lacuna Software's Amplia
Installs: 1 629
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 17
Forks: 0
Open Issues: 0
Requires
- php: >=5.5.0
- ext-json: *
- guzzlehttp/guzzle: ^6.0
This package is auto-updated.
Last update: 2024-11-17 23:41:04 UTC
README
This library contains classes that encapsulate the calls to Amplia service (X.509 certificate issuing solution) for PHP applications.
The recommend way to install Amplia Client Lib is through Composer:
"require": {
"lacuna/amplia-client": "^1.3.0"
}
This library depends on the GuzzleHttp package, which in turn requires PHP 5.5 or greater.
Samples
Please visit the PKI Suite samples repository for examples on how to use this library.