Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

This folder contains PHP sample projects demonstrating the usage of Signer.

For other languages, please visit the repository root.

Default sample

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

  1. Download the project or clone the repository

  2. In a command prompt, navigate to the folder console and run the command composer install.

Opening the samples

The samples are located in the folder Scenarios, and you can test each one by calling them in the index.php file.

Running samples

Use the command prompt and run the command bellow to execute the example:

php index.php

Signer's client lib

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.