mrferos/docusign-lib

This package is abandoned and no longer maintained. The author suggests using the larrykluger/docusign-lib package instead.
There is no license information available for the latest version (0.1.0) of this package.

Composer compatiable port of the official DocuSign lib

Installs: 586

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/mrferos/docusign-lib

0.1.0 2014-12-15 17:39 UTC

This package is auto-updated.

Last update: 2020-01-05 23:32:06 UTC


README

DocuSign's official lib now includes a composer.json file and it can be installed by dropping the following in your composer.json file:

    "repositories": [
        {
            "url": "https://github.com/docusign/DocuSign-PHP-Client.git",
            "type": "git"
        }
    ],
    "require": {
        "larrykluger/docusign-lib": "dev-master"
    }

I'm leaving this here for convenience but please defer to the official lib located here: https://github.com/docusign/DocuSign-PHP-Client

This package just installs the official package now.