PHPackages                             lbss2015/signrequest-client-guzzle-7 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. lbss2015/signrequest-client-guzzle-7

ActiveLibrary

lbss2015/signrequest-client-guzzle-7
====================================

Forked from Official PHP client for SignRequest.com (https://signrequest.com)

06PHP

Since Apr 27Pushed 3y agoCompare

[ Source](https://github.com/lbss2015/signrequest-php-client)[ Packagist](https://packagist.org/packages/lbss2015/signrequest-client-guzzle-7)[ RSS](/packages/lbss2015-signrequest-client-guzzle-7/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

signrequest-php-client
======================

[](#signrequest-php-client)

API for [SignRequest.com](https://signrequest.com/)

[![PHP version](https://camo.githubusercontent.com/a65b6d1612cb9f8af04a9ba963902fcd590f2958c8833a86c6bf988a7e6ff15e/68747470733a2f2f62616467652e667572792e696f2f70682f7369676e726571756573742532467369676e726571756573742d636c69656e742e737667)](https://badge.fury.io/ph/signrequest%2Fsignrequest-client)

Example on how to use this
--------------------------

[](#example-on-how-to-use-this)

Requirements
------------

[](#requirements)

PHP 5.5 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:

```
{
  "require": {
    "signrequest/signrequest-client": "1.3.0"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/signrequest-php-client/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

API Documentation
-----------------

[](#api-documentation)

Full API documentation, including code samples, can be found here:

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
