PHPackages                             alnutile/docusigndriver - 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. alnutile/docusigndriver

ActiveLibrary

alnutile/docusigndriver
=======================

Driver to plug into the ElectronicSignature library

02272PHP

Since Feb 10Pushed 2y ago2 watchersCompare

[ Source](https://github.com/alnutile/docusign_driver)[ Packagist](https://packagist.org/packages/alnutile/docusigndriver)[ RSS](/packages/alnutile-docusigndriver/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

DocuSign Driver for the ElectronicSignature Library (not public yet)
====================================================================

[](#docusign-driver-for-the-electronicsignature-library-not-public-yet)

This is using the  foundation.

The goal is by using the included

Have the main class `src/DocusignDriver.php` 100% working

There are notes above every function there to help

I will share a video shortly of DocuSeals code since the goal is 100% the same.

Install
-------

[](#install)

```
composer require alnutile/docusigndriver
```

You need to get a lot of info from their UI to setup the .env area, the .env should look like this after:

```
ELECTRONIC_SIGNATURES_DRIVER=docusign
DOCUSIGN_USERNAME=your@email.com
DOCUSIGN_PASSWORD="foobar"
DOCUSIGN_USER_ID="ef860922-ecb2-...."
DOCUSIGN_ACCOUNT_ID="7ed99888-4cf3-...."
## DEV IK
DOCUSIGN_INTEGRATOR_KEY="95256525-7ca7-......"
# RSA?
DOCUSIGN_PRIVATE_KEY="uj03....."

DOCUSIGN_RSA_PRIVATE_KEY="-----BEGIN RSA PRIVATE KEY-----
All the rest here
-----END RSA PRIVATE KEY-----"

DOCUSIGN_RSA_PUBLIC_KEY="-----BEGIN PUBLIC KEY-----
All the rest here
-----END PUBLIC KEY-----"
```

Upload the Template to Docusign
-------------------------------

[](#upload-the-template-to-docusign)

This video shows how I did it with DocuSeal and I am hoping you can find a way to do this in DocuSign

> NOTE: Download the video so it is not sideways 🤦

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 Bus Factor1

Top contributor holds 58% of commits — single point of failure

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/da51f2fb140a4e118e94dd59ff819c11dd9a656b9c0ff8b2074c5fd2c07978ee?d=identicon)[alnutile](/maintainers/alnutile)

---

Top Contributors

[![aqib-git](https://avatars.githubusercontent.com/u/12848261?v=4)](https://github.com/aqib-git "aqib-git (29 commits)")[![alnutile](https://avatars.githubusercontent.com/u/365385?v=4)](https://github.com/alnutile "alnutile (21 commits)")

### Embed Badge

![Health badge](/badges/alnutile-docusigndriver/health.svg)

```
[![Health](https://phpackages.com/badges/alnutile-docusigndriver/health.svg)](https://phpackages.com/packages/alnutile-docusigndriver)
```

PHPackages © 2026

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