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)144.8k↓38.1%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 yesterday

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 72% 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

4342d 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

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k14](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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