A Laravel wrapper for the DocuSign eSign PHP Client
composer require docusign/esign-laravel
Add the service provider to the providers
array in config/app.php
DocuSign\eSign\ESignServiceProvider::class
For usage see the DocuSign eSign PHP Client
You can create a new instance of the DocuSign Client with:
$client = new DocuSign\eSign\Client\ApiClient;