lacuna/amplia-client

There is no license information available for the latest version (1.3.0) of this package.

Classes to consume Lacuna Software's Amplia

1.3.0 2021-09-17 16:18 UTC

This package is auto-updated.

Last update: 2024-04-17 22:20:38 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.