2017 © Pedro Peláez
 

library echosignv3

Adobe Echosign REST API v3

image

nsbucky/echosignv3

Adobe Echosign REST API v3

  • Tuesday, March 21, 2017
  • by nsbucky
  • Repository
  • 1 Watchers
  • 4 Stars
  • 3,264 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Echosign REST Api

This library handles responses and request for Adobe's Echosign REST API v3. Please take a look at their documentation for more explanation on what their service provides. https://secure.echosign.com/public/docs/restapi/v3, (*1)

Requirements

PHP 5.4, php ext-filter. You will need to have an oAuth token generated by Adobe to interact with their service. You can sign up online at https://www.echosign.adobe.com/en/home.html, (*2)

Installation

In the require key of composer.json file add the following, (*3)

"nsbucky/echosignv3": "dev-master"

Usage

All endpoints are available. Each endpoint needs an oAuth token and transport to function. A default transport provided by GuzzleHttp comes standard., (*4)

use Echosign\Transports\GuzzleTransport;
use Echosign\BaseUris;

$transport   = new GuzzleTransport();
$baseUris    = new BaseUris( 'YOUR oAUTH TOKEN', $transport );
$baseUriInfo = $baseUris->getBaseUris();

echo $baseUriInfo->getApiAccessPoint(); // https://api.echosign.com

Creators

Some of the more complex request are a pain to build, so try using one of the Creators instead. This one for example will create a transient document from a local file, then create a signing request for the specified email., (*5)

use Echosign\Creators\Agreement;

$agreementCreator = new Agreement( 'YOUR oAUTH TOKEN' );
$agreementId = $agreementCreator->createTransientAgreement(  $signerEmail, $message, $filepath, $agreementName  );

The Versions

21/03 2017

dev-master

9999999-dev https://github.com/nsbucky/echosignv3

Adobe Echosign REST API v3

  Sources   Download

MIT

The Requires

 

The Development Requires

rest adobe echosign

21/03 2017

dev-version5

dev-version5 https://github.com/nsbucky/echosignv3

Adobe Echosign REST API v3

  Sources   Download

MIT

The Requires

 

The Development Requires

rest adobe echosign

20/02 2015

v1.0

1.0.0.0 https://github.com/nsbucky/echosignv3

Adobe Echosign REST API v3

  Sources   Download

MIT

The Requires

 

The Development Requires

rest adobe echosign

20/02 2015

v1.1

1.1.0.0 https://github.com/nsbucky/echosignv3

Adobe Echosign REST API v3

  Sources   Download

MIT

The Requires

 

The Development Requires

rest adobe echosign