2017 © Pedro Peláez
 

library esign-client

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

image

docusign/esign-client

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

  • Friday, June 8, 2018
  • by devcenter
  • Repository
  • 28 Watchers
  • 78 Stars
  • 497,869 Installations
  • PHP
  • 4 Dependents
  • 2 Suggesters
  • 70 Forks
  • 17 Open issues
  • 7 Versions
  • 9 % Grown

The README.md

The Official Docusign eSignature PHP Client SDK

The Docusign SDK makes integrating Docusign into your apps and websites a seamless experience., (*1)

Table of Contents

, (*2)

Introduction

Integrate eSignatures into your application in minutes. The secure and award-winning Docusign eSignature API makes requesting signatures, automating forms, and tracking documents directly from your app easy., (*3)

, (*4)

Installation

This client 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 from the Docusign Developer Center, you merely need to install it by following the instructions below., (*5)

, (*6)

Version Information

  • API version: v2.1
  • Latest SDK version: 8.0.0

, (*7)

Requirements

, (*8)

Compatibility

  • PHP 7.4+

, (*9)

Composer:

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

, (*10)

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-esign-php-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-esign-php-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.
  4. "autoload": { "classmap": [ "/path/to/docusign-esign-php-client/src" ] }

, (*11)

SDK Dependencies

This client has the following external dependencies: * PHP cURL extension * PHP JSON extension * PHP MBString extension * firebase/php-jwt v6.0, (*12)

, (*13)

API Reference

You can refer to the API reference here., (*14)

, (*15)

Code examples

Explore our GitHub repository for the Launcher, a self-executing package housing code examples for the eSignature PHP SDK. This package showcases several common use cases and their respective source files. Additionally, you can download a version preconfigured for your Docusign developer account from Quickstart. These examples support both the Authorization Code Grant and JSON Web Token (JWT) authentication workflows., (*16)

, (*17)

OAuth implementations

For details regarding which type of OAuth grant will work best for your Docusign integration, see Choose OAuth Type in the Docusign Developer Center., (*18)

For security purposes, Docusign recommends using the Authorization Code Grant flow., (*19)

, (*20)

Changelog

You can refer to the complete changelog here., (*21)

, (*22)

Support

Log issues against this client SDK through GitHub. You can also reach out to us through Docusign Community and Stack Overflow., (*23)

, (*24)

License

The Docusign eSignature PHP Client SDK is licensed under the MIT License., (*25)

, (*26)

Additional resources

The Versions

08/06 2018

dev-master

9999999-dev https://www.docusign.com/developer-center

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

  Sources   Download

MIT

The Requires

  • ext-curl *
  • ext-json *
  • ext-mbstring *
  • php >=5.5.36

 

The Development Requires

api php swagger sdk

26/10 2017

3.0.1

3.0.1.0 https://www.docusign.com/developer-center

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

  Sources   Download

MIT

The Requires

  • php >=5.5.36
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api php swagger sdk

16/03 2017

3.0.0

3.0.0.0 https://www.docusign.com/developer-center

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

  Sources   Download

MIT

The Requires

  • php >=5.5.36
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api php swagger sdk

26/04 2016

dev-composer-correct-package-name

dev-composer-correct-package-name https://www.docusign.com/developer-center

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

  Sources   Download

MIT

The Requires

  • php >=5.3.3
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api php swagger sdk

19/02 2016

dev-DCM-118_Naveen

dev-DCM-118_Naveen https://www.docusign.com/developer-center

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

  Sources   Download

MIT

The Requires

  • php >=5.3.3
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api php swagger sdk

19/02 2016

2.0.0

2.0.0.0 https://www.docusign.com/developer-center

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

  Sources   Download

MIT

The Requires

  • php >=5.3.3
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api php swagger sdk

18/02 2016

1.0.0

1.0.0.0

DocuSign eSignignature PHP Client Library

  Sources   Download

The Requires

  • php >=5.3.0