Using PKI Express on PHP
This article describes how to use PKI Express on PHP. To get started, choose one of the available samples' projects (organized by framework):
Composer Package
Note
This package only supports PHP 5.5+.
To use PKI Express on PHP, you must include the composer package lacuna/pki-express, by adding the following line to your composer.json
file:
{
"require": {
"lacuna/pki-express": "^1.15.1"
}
}
After that, execute the command composer install
to download the package and its dependencies (if you don't have Composer installed, get it here).
This package is open-source, hosted on GitHub. Feel free to fork it if you need to make any customizations, and even submit a pull request.