Skip to content

Commit

Permalink
Merge pull request #18 from docusign/DCM-118_Naveen
Browse files Browse the repository at this point in the history
Updated the composer and readme files
  • Loading branch information
gsnavin committed Feb 19, 2016
2 parents c13341a + cee8977 commit 9967d9b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,17 @@ Installation

You can install the bindings via Composer. Run the following command:

composer require docusign/docusign-esign
composer require docusign/docusign-esign

To use the bindings, use Composer's autoload:

require_once('vendor/autoload.php');

### Manual Install

If you do not wish to use Composer, you can download the latest release. Then, to use the bindings, include the init.php file.

require_once('/path/to/docusign-esign/autoload.php');
require_once('/path/to/docusign-esign-client/autoload.php');

#### Dependencies

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "DocuSign/DocuSign-eSign",
"name": "DocuSign/eSign-client",
"version": "2.0.0",
"description": "The DocuSign PHP library makes integrating DocuSign into your websites a super fast and painless process. The library is open sourced on GitHub, look for the docusign-php-client repository. Join the eSign revolution!",
"keywords": [
Expand Down Expand Up @@ -28,6 +28,6 @@
"squizlabs/php_codesniffer": "~2.0"
},
"autoload": {
"files": [ "autoload.php" ]
"psr-4": { "DocuSign\\eSign\\" : "src/" }
}
}

0 comments on commit 9967d9b

Please sign in to comment.