wnasich/signthis-php

PHP client to consume Signthis JSON API


Keywords
rest-client, signthis
License
MIT

Documentation

Signthis PHP Client

This is the PHP wrapper for Signthis REST API.

Codeship Status for wnasich/signthis-php

Setup

You must provide a valid email and password in order to use the library.

```php requireonce(DIR_ . "/signthis/SignthisClient.php");

$client = new Client(); $client->auth->login('email', 'password'); ```

see example file example/example.php