PHPackages                             danielsan/echosign-api-php - 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. danielsan/echosign-api-php

ActiveLibrary[API Development](/categories/api)

danielsan/echosign-api-php
==========================

Adobe EchoSign PHP Api Implementation

v1.0.0(11y ago)143.1k↓30.8%1MITPHPPHP &gt;=5.3

Since Aug 13Pushed 11y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

\#Adobe EchoSign PHP API

This PHP library wraps Adobe's EchoSign API, currently at Version 15. The library closely follows the documentation at

\##Requirements

- PHP 5.3
- SOAP module

\##Version 1.0.0 This is currently a development library, not fully tested for production use

\##Instalation

```
composer require danielsan/echosign-api-php
Please provide a version constraint for the danielsan/echosign-api-php requirement: 1.0.0

```

Don't forget to include vendor/autoload.php to use it

\##Usage

There are basic examples of all generally accessible methods in the examples folder. The EchoSign API has several methods that are only accessible by requesting special permission from the provider. Those methods are implemented in the wrapper, but examples are not provided.

\###Simple Document Send

```
$client = new SoapClient(EchoSign\API::getWSDL());
$api = new EchoSign\API($client, 'YOUR API KEY');

$file = EchoSign\Info\FileInfo::createFromFile('demo.pdf');

$document = new EchoSign\Info\DocumentCreationInfo('Test sendDocument', $file);

$recipients = new EchoSign\Info\RecipientInfo;
$recipients->addRecipient($recipient_email);

$document->setRecipients($recipients);

$result = $api->sendDocument($document);

```

\###Simple Embedded Widget Creation

```
$client = new SoapClient(EchoSign\API::getWSDL());
$api = new EchoSign\API($client, 'YOUR API KEY');

$file = EchoSign\Info\FileInfo::createFromFile('demo.pdf');

$widget = new EchoSign\Info\WidgetCreationInfo('Test createEmbeddedWidget', $file);

$result = $api->createEmbeddedWidget($widget);

```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

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

4296d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/14f9842758075e0427d75be132e4f3316d07a968127e14271040262df2165c12?d=identicon)[danielsan](/maintainers/danielsan)

---

Top Contributors

[![DanielSanEM](https://avatars.githubusercontent.com/u/5551200?v=4)](https://github.com/DanielSanEM "DanielSanEM (2 commits)")[![danielsan](https://avatars.githubusercontent.com/u/261488?v=4)](https://github.com/danielsan "danielsan (1 commits)")[![oumsofiane1](https://avatars.githubusercontent.com/u/4212410?v=4)](https://github.com/oumsofiane1 "oumsofiane1 (1 commits)")

---

Tags

echosign

### Embed Badge

![Health badge](/badges/danielsan-echosign-api-php/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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