docusign-skyfrid / esign-laravel-skyfrid
dev-main
2023-03-01 17:29 UTC
Requires
- php: >=8.0
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- docusign/esign-client: ^6.1.0
- guzzlehttp/guzzle: ^7.2
Requires (Dev)
- friendsofphp/php-cs-fixer: ~2.12
- phpunit/phpunit: ^4.8
- squizlabs/php_codesniffer: ~2.6
This package is not auto-updated.
Last update: 2025-03-28 01:21:33 UTC
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;