We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae6876e commit 8598302Copy full SHA for 8598302
README.md
@@ -18,6 +18,8 @@ Example:
18
```php
19
<?php
20
21
+require 'vendor/autoload.php';
22
+
23
$client = new DocuSign\Rest\Client([
24
'username' => $username,
25
'password' => $password,
@@ -49,6 +51,8 @@ Example:
49
51
50
52
53
54
55
56
57
58
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "tucker-eric/laravel-docusign",
+ "name": "tucker-eric/docusign-rest-client",
3
"description": "A PHP Wrapper For The Official Docusign Esign Library Implementing The Docusign REST Api",
4
"keywords": [
5
"docusign",
0 commit comments