PHPackages                             tucker-eric/laravel-docusign - 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/laravel-docusign

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

tucker-eric/laravel-docusign
============================

Laravel 6 Wrapper for Official DocuSign Rest API

6.5.0(1mo ago)40477.5k↓58.9%19[3 issues](https://github.com/Tucker-Eric/Laravel-Docusign/issues)MITPHPPHP ^7.3 | ^8.0

Since May 26Pushed 1mo ago3 watchersCompare

[ Source](https://github.com/Tucker-Eric/Laravel-Docusign)[ Packagist](https://packagist.org/packages/tucker-eric/laravel-docusign)[ RSS](/packages/tucker-eric-laravel-docusign/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (4)Versions (19)Used By (0)

Laravel Docusign
================

[](#laravel-docusign)

A Laravel wrapper for the [Docusign Rest Client](https://github.com/Tucker-Eric/docusign-rest-client)

### Install Through Composer

[](#install-through-composer)

```
composer require tucker-eric/laravel-docusign

```

If you are using Laravel 6 or a newer version the package will automatically register its service provider. You only need to generate the config file.

After updating composer, add the service provider to the `providers` array in `config/app.php`

```
LaravelDocusign\DocusignServiceProvider::class
```

Add the facade to the `aliases` array in `config/app.php`

```
'DocuSign'  => LaravelDocusign\Facades\DocuSign::class,
```

Generate the config file:

```
php artisan vendor:publish --provider="LaravelDocusign\DocusignServiceProvider"

```

Add the following to your `.env` file (matching the config):

```
DOCUSIGN_USERNAME=[YOUR_DOCUSIGN_USERNAME]
DOCUSIGN_PASSWORD=[YOUR_DOCUSIGN_PASSWORD]
DOCUSIGN_INTEGRATOR_KEY=[YOUR_DOCUSIGN_INTEGRATOR_KEY]

```

Usage
-----

[](#usage)

For usage see the [Docusign Rest Client](https://github.com/Tucker-Eric/docusign-rest-client)

### Using the Facade

[](#using-the-facade)

You can create a new instance of the DocuSign Client with:

```
$client = DocuSign::create();
```

Access DocuSign Models:

```
$signer = DocuSign::signer([
    'name'  => 'John Doe',
    'email' => 'Jdoe123@example.com'
]);
```

Access DocuSign Api endpoints using `get()`;

```
DocuSign::get('folders')->callList();
```

OR

### Using the `LaravelDocusign\Client` class

[](#using-the-laraveldocusignclient-class)

You can create a new instance of the DocuSign Client with:

```
$client = new LaravelDocusign\Client;
```

###  Health Score

64

—

FairBetter than 99% of packages

Maintenance92

Actively maintained with recent releases

Popularity48

Moderate usage in the ecosystem

Community20

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~215 days

Recently: every ~392 days

Total

18

Last Release

30d ago

Major Versions

0.1.1 → 2.0.02019-07-10

2.2.0 → 3.0.02020-04-24

3.1.0 → 4.0.02020-08-11

4.1.1 → 5.0.02021-05-19

5.0.0 → 6.0.02022-01-03

PHP version history (3 changes)0.1.0PHP &gt;=5.5.9

4.0.0PHP &gt;=7.2

5.0.0PHP ^7.3 | ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/bc8a916379f694da7abf77303b5484b45853dedb5e65f21269d66aab72f681b7?d=identicon)[tucker-eric](/maintainers/tucker-eric)

---

Top Contributors

[![Tucker-Eric](https://avatars.githubusercontent.com/u/6483755?v=4)](https://github.com/Tucker-Eric "Tucker-Eric (12 commits)")[![AdamEsterle](https://avatars.githubusercontent.com/u/1328464?v=4)](https://github.com/AdamEsterle "AdamEsterle (5 commits)")[![nysos3](https://avatars.githubusercontent.com/u/1896665?v=4)](https://github.com/nysos3 "nysos3 (2 commits)")[![strotgen](https://avatars.githubusercontent.com/u/14982436?v=4)](https://github.com/strotgen "strotgen (2 commits)")[![buglinjo](https://avatars.githubusercontent.com/u/1254208?v=4)](https://github.com/buglinjo "buglinjo (2 commits)")[![lukesnider](https://avatars.githubusercontent.com/u/2220355?v=4)](https://github.com/lukesnider "lukesnider (1 commits)")[![modstore](https://avatars.githubusercontent.com/u/7380420?v=4)](https://github.com/modstore "modstore (1 commits)")[![tcov189](https://avatars.githubusercontent.com/u/8125119?v=4)](https://github.com/tcov189 "tcov189 (1 commits)")

---

Tags

api-wrapperdocusigndocusign-clientdocusign-restlaravellaravel-docusignlaravelrestdocusign

### Embed Badge

![Health badge](/badges/tucker-eric-laravel-docusign/health.svg)

```
[![Health](https://phpackages.com/badges/tucker-eric-laravel-docusign/health.svg)](https://phpackages.com/packages/tucker-eric-laravel-docusign)
```

###  Alternatives

[api-platform/laravel

API Platform support for Laravel

58171.5k14](/packages/api-platform-laravel)[illuminatech/data-provider

Allows easy build for DB queries from API requests

4514.2k](/packages/illuminatech-data-provider)[highsidelabs/laravel-spapi

A Laravel wrapper for Amazon's Selling Partner API (via jlevers/selling-partner-api)

2542.1k1](/packages/highsidelabs-laravel-spapi)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
