PHPackages                             signrequest/signrequest-client - 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. [API Development](/categories/api)
4. /
5. signrequest/signrequest-client

ActiveLibrary[API Development](/categories/api)

signrequest/signrequest-client
==============================

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

1.3.0(6y ago)10116.2k↑340%18[9 issues](https://github.com/SignRequest/signrequest-php-client/issues)[1 PRs](https://github.com/SignRequest/signrequest-php-client/pulls)MITPHPPHP &gt;=5.5CI failing

Since Oct 25Pushed 3y ago31 watchersCompare

[ Source](https://github.com/SignRequest/signrequest-php-client)[ Packagist](https://packagist.org/packages/signrequest/signrequest-client)[ Docs](https://signrequest.com/)[ RSS](/packages/signrequest-signrequest-client/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (4)Versions (6)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:

```
