PHPackages                             docusign/webforms-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. docusign/webforms-client

ActiveLibrary[API Development](/categories/api)

docusign/webforms-client
========================

The Docusign package makes integrating Docusign into your apps and websites a super fast and painless process. The library is open sourced on GitHub, look for the docusign-webforms-php-client repository.

v2.1.1(6mo ago)02.8k↓16.7%MITPHPPHP &gt;=7.4CI failing

Since Feb 9Pushed 6mo ago12 watchersCompare

[ Source](https://github.com/docusign/docusign-webforms-php-client)[ Packagist](https://packagist.org/packages/docusign/webforms-client)[ Docs](https://developers.docusign.com)[ RSS](/packages/docusign-webforms-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (5)Versions (14)Used By (0)

The Official DocuSign WebForms PHP Client SDK
=============================================

[](#the-official-docusign-webforms-php-client-sdk)

[![Build status](https://camo.githubusercontent.com/fb07894ec746da18ba661e51e8c551f02d4ab9e93209afd9dbb6880406483142/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f646f63757369676e2f646f63757369676e2d7068702d636c69656e742e7376673f7374796c653d666c6174)](https://travis-ci.org/docusign/docusign-php-client)

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

[](#requirements)

- PHP 7.4+
- Free [developer account](https://go.docusign.com/sandbox/productshot/?elqCampaignId=16531)

Compatibility
-------------

[](#compatibility)

- PHP 7.4+

Installation
------------

[](#installation)

This SDK is provided as open source, which enables you to customize its functionality to suit your particular use case. To do so, download or clone the repository. If the SDK’s given functionality meets your integration needs, or if you’re working through our [code examples](https://developers.docusign.com/docs/webforms-rest-api/how-to/) from the [DocuSign Developer Center](https://developers.docusign.com/), you merely need to install it by following the instructions below.

### Composer:

[](#composer)

1. In your PHP console, type: **Composer require docusign/webforms-client;**
2. To use the package automatically, add to Composer's Autoload file: `require_once('vendor/autoload.php');`

### Manual install:

[](#manual-install)

1. Download or clone this repository.
2. Bind the PHP SDK to your server or place it in a static location.
    1. To bind to your server, edit the *init.php* file. Add:
         `require_once('/path/to/docusign-webforms-client/autoload.php');`
    2. To bind to single pages: In your PHP file that will utilize the PHP SDK, add:
         `require_once('/path/to/docusign-webforms-client/autoload.php');`
3. If you are using Composer V2 and get the error 'namespace cannot be found', add the following class mapping in the composer.json file.
 `"autoload": { "classmap": [ "/path/to/docusign-webforms-client/src" ] }`
Dependencies
------------

[](#dependencies)

This client has the following external dependencies:

- [PHP cURL extension](https://www.php.net/manual/en/intro.curl.php)
- [PHP JSON extension](https://php.net/manual/en/book.json.php)

Code examples
-------------

[](#code-examples)

You can find on our GitHub a self-executing package of code examples for the WebForms PHP SDK, called a [Launcher](https://github.com/docusign/code-examples-php/blob/master/README.md), that demonstrates common use cases. You can also download a version preconfigured for your DocuSign developer account from [Quickstart](https://developers.docusign.com/docs/webforms-rest-api/quickstart/). These examples can use either the [Authorization Code Grant](https://developers.docusign.com/webforms-rest-api/guides/authentication/oauth2-code-grant) or [JSON Web Token (JWT)](https://developers.docusign.com/webforms-rest-api/guides/authentication/oauth2-jsonwebtoken) authentication workflows.

OAuth implementations
---------------------

[](#oauth-implementations)

For details regarding which type of OAuth grant will work best for your DocuSign integration, see [Choose OAuth Type](https://developers.docusign.com/platform/auth/choose/) in the [DocuSign Developer Center](https://developers.docusign.com/).

For security purposes, DocuSign recommends using the [Authorization Code Grant](https://developers.docusign.com/webforms-rest-api/guides/authentication/oauth2-code-grant) flow.

Support
-------

[](#support)

Log issues against this client through GitHub. We also have an [active developer community on Stack Overflow](https://stackoverflow.com/questions/tagged/docusignapi).

License
-------

[](#license)

The DocuSign WebForms PHP Client SDK is licensed under the [MIT License](https://github.com/docusign/docusign-php-client/blob/master/LICENSE).

### Additional resources

[](#additional-resources)

- [DocuSign Developer Center](https://developers.docusign.com/)
- [DocuSign API on Twitter](https://twitter.com/docusignapi)
- [DocuSign For Developers on LinkedIn](https://www.linkedin.com/showcase/docusign-for-developers/)
- [DocuSign For Developers on YouTube](https://www.youtube.com/channel/UCJSJ2kMs_qeQotmw4-lX2NQ)

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance66

Regular maintenance activity

Popularity21

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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 ~89 days

Recently: every ~138 days

Total

8

Last Release

200d ago

Major Versions

v1.0.1 → v2.0.0-rc12024-09-26

### Community

Maintainers

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

---

Top Contributors

[![garg-mudit](https://avatars.githubusercontent.com/u/35302867?v=4)](https://github.com/garg-mudit "garg-mudit (4 commits)")[![InbarGazit](https://avatars.githubusercontent.com/u/9680618?v=4)](https://github.com/InbarGazit "InbarGazit (4 commits)")[![vinz](https://avatars.githubusercontent.com/u/1381269?v=4)](https://github.com/vinz "vinz (2 commits)")[![asif-docusign](https://avatars.githubusercontent.com/u/165984682?v=4)](https://github.com/asif-docusign "asif-docusign (1 commits)")[![sonawane-sanket](https://avatars.githubusercontent.com/u/25143315?v=4)](https://github.com/sonawane-sanket "sonawane-sanket (1 commits)")

---

Tags

phpapisdkdocusignWebForms

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/docusign-webforms-client/health.svg)

```
[![Health](https://phpackages.com/badges/docusign-webforms-client/health.svg)](https://phpackages.com/packages/docusign-webforms-client)
```

###  Alternatives

[docusign/esign-client

The Docusign PHP library makes integrating Docusign into your apps and websites a super fast and painless process. The library is open sourced on GitHub, look for the docusign-esign-php-client repository. Join the eSign revolution!

2087.4M13](/packages/docusign-esign-client)[jstolpe/instagram-graph-api-php-sdk

Instagram Graph API PHP SDK

13998.4k2](/packages/jstolpe-instagram-graph-api-php-sdk)[postfinancecheckout/sdk

PostFinance Checkout SDK for PHP

22219.1k14](/packages/postfinancecheckout-sdk)[wallee/sdk

wallee SDK for PHP

12354.2k11](/packages/wallee-sdk)[clever/clever-php

231.6k](/packages/clever-clever-php)

PHPackages © 2026

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