PHPackages                             nsbucky/echosign - 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. nsbucky/echosign

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

nsbucky/echosign
================

Library for Adobe Echosign REST APIT

v0.1-beta(11y ago)41091MITPHPPHP &gt;=5.4.0

Since Jan 30Pushed 11y ago2 watchersCompare

[ Source](https://github.com/nsbucky/echosign)[ Packagist](https://packagist.org/packages/nsbucky/echosign)[ Docs](https://github.com/nsbucky/echosign)[ RSS](/packages/nsbucky-echosign/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Echosign
========

[](#echosign)

Library for dealing with adobe echosign REST API v2. You can view the API docs here:

Api v3
------

[](#api-v3)

This library will not support the new v3 of Echosign. Please take a look at nsbucky/echosignv3 for work in progress.

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

[](#requirements)

PHP 5.4, php ext-filter. Uses guzzlehttp as a transport, though you can plug in other ones if you want.

Please take a look at the tests to see how you can use the library. Its more or less a 1 to 1 with requests and responses for the echosign REST API.

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

[](#installation)

In the `require` key of `composer.json` file add the following

```
"nsbucky/echosign": "dev-master"

```

Usage
-----

[](#usage)

```
// get a token from Echosign
use Echosign\Token;
$token = new Token($appId, $appSecret, $apiKey);
$token->authenticate();

// upload a transient document
use Echosign\TransientDocument;
$document = new TransientDocument($token, '/path/to/file/sample.pdf', 'application/pdf');
$document->send();

// create an agreement
use Echosign\Agreement;
use Echosign\Info\DocumentCreationInfo;
$agreement = new Agreement($token);
$fileInfos = new FileInfo();
$docInfo = new DocumentCreationInfo( $fileInfos, 'test', \Echosign\Info\DocumentCreationInfo::SIGN_ESIGN, \Echosign\Info\DocumentCreationInfo::FLOW_NOT_REQUIRED );
$docinfo->addRecipient('user@gmail.com');
$docInfo->addTransientDocument($document);
$response = $agreement->create($docInfo);

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4124d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/32774749088f18fbec2f13062d79251cb780b3fc0e1103a08eaa1786d9c3a9f2?d=identicon)[nsbucky](/maintainers/nsbucky)

---

Top Contributors

[![nsbucky](https://avatars.githubusercontent.com/u/286796?v=4)](https://github.com/nsbucky "nsbucky (4 commits)")[![wlang-tableau](https://avatars.githubusercontent.com/u/7060321?v=4)](https://github.com/wlang-tableau "wlang-tableau (1 commits)")

---

Tags

restadobeechosign

### Embed Badge

![Health badge](/badges/nsbucky-echosign/health.svg)

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

###  Alternatives

[shopify/shopify-api

Shopify API Library for PHP

4634.8M16](/packages/shopify-shopify-api)[omniphx/forrest

A Laravel library for Salesforce

2724.4M8](/packages/omniphx-forrest)[xeroapi/xero-php-oauth2

Xero official PHP SDK for oAuth2 generated with OpenAPI spec 3

1054.3M14](/packages/xeroapi-xero-php-oauth2)[cybercog/youtrack-rest-php

YouTrack REST API PHP Client.

37149.2k3](/packages/cybercog-youtrack-rest-php)[onesignal/onesignal-php-api

A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com

34170.2k2](/packages/onesignal-onesignal-php-api)[ory/hydra-client

Documentation for all of Ory Hydra's APIs.

17435.9k](/packages/ory-hydra-client)

PHPackages © 2026

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