mrferos / docusign-lib
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
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.