PHPackages                             tucker-eric/docusign-rest-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. [HTTP &amp; Networking](/categories/http)
4. /
5. tucker-eric/docusign-rest-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

tucker-eric/docusign-rest-client
================================

A PHP Wrapper For The Official Docusign Esign Library Implementing The Docusign REST Api

6.0.0(3y ago)30661.9k↓23.2%151MITPHPPHP ^7.3 | ^8.0

Since May 26Pushed 9mo ago3 watchersCompare

[ Source](https://github.com/Tucker-Eric/docusign-rest-client)[ Packagist](https://packagist.org/packages/tucker-eric/docusign-rest-client)[ RSS](/packages/tucker-eric-docusign-rest-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (2)Versions (8)Used By (1)

Docusign Rest Client
====================

[](#docusign-rest-client)

Wrapper for the official [Docusign PHP Client Library](https://github.com/docusign/docusign-php-client).

This library handles all the object instantiation for the endpoints in the [DocuSign Api Explorer](http://iodocs.docusign.com/).

### Install Through Composer

[](#install-through-composer)

```
composer require tucker-eric/docusign-rest-client
```

Usage
=====

[](#usage)

The `DocuSign\Rest\Client` accesses all models and api endpoints and returns the respective obect. It also handles all authentication as well as passing the `$account_id` to any method that requires it.

### Api Endpoints

[](#api-endpoints)

All classes in the [`DocuSign\eSign\Api`](https://github.com/docusign/docusign-php-client/tree/master/src/Api) namesapace are accessible as **properties** of `DocuSign\Rest\Client`.

Each property is a the orignal class name camel cased without the `Api` suffix.

Example:

```
