docusign / esign-laravel
Installs: 45 632
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 9
Forks: 14
Open Issues: 0
Requires
- php: >=7.4
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- docusign/esign-client: ^6.1.0
- guzzlehttp/guzzle: ^6.2 || ^7.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ~2.12
- phpunit/phpunit: ^4.8
- squizlabs/php_codesniffer: ~2.6
README
A Laravel wrapper for the DocuSign eSign PHP Client
Install Through Composer
composer require docusign/esign-laravel
Add the service provider to the providers
array in config/app.php
DocuSign\eSign\ESignServiceProvider::class
Usage
For usage see the DocuSign eSign PHP Client
Using the DocuSign\eSign\Client\ApiClient
class
You can create a new instance of the DocuSign Client with:
$client = new DocuSign\eSign\Client\ApiClient;