This folder contains PHP sample projects demonstrating the usage of Signer.
For other languages, please visit the repository root.
A sample console application can be fond in the in the index.php file
You can user the following tool to run the application:
Using Composer
-
Download the project or clone the repository
-
In a command prompt, navigate to the folder
consoleand run the commandcomposer install.
The samples are located in the folder Scenarios, and you can test each one by calling them in the index.php file.
Use the command prompt and run the command bellow to execute the example:
php index.php
The recommended way to install Signer client lib is through Composer:
"require": {
"lacuna/signer-client" : "1.4.5"
}
This library depends on the GuzzleHttp package, which in turn requires PHP 5.5 or greater.