2017 © Pedro Peláez
 

library signthis-php

PHP client to consume Signthis JSON API

image

wnasich/signthis-php

PHP client to consume Signthis JSON API

  • Thursday, August 25, 2016
  • by wnasich
  • Repository
  • 0 Watchers
  • 0 Stars
  • 5 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Signthis PHP Client

This is the PHP wrapper for Signthis REST API., (*1)

Codeship Status for wnasich/signthis-php, (*2)

Setup

You must provide a valid email and password in order to use the library., (*3)

require_once(__DIR__ . "/signthis/SignthisClient.php");

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

see example file example/example.php, (*4)

The Versions

25/08 2016

dev-master

9999999-dev http://github.com/signthis/signthis-php

PHP client to consume Signthis JSON API

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

rest-client signthis

25/08 2016

0.9.2

0.9.2.0 http://github.com/signthis/signthis-php

PHP client to consume Signthis JSON API

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

rest-client signthis

22/08 2016

0.9.1

0.9.1.0 http://github.com/signthis/signthis-php

PHP client to consume Signthis JSON API

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

rest-client signthis

19/08 2016

0.9.0

0.9.0.0 http://github.com/signthis/signthis-php

PHP client to consume Signthis JSON API

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

rest-client signthis