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
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.