queencitycodefactory / docusign
Docusign Utility plugin for CakePHP 3.x
Installs: 265
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:cakephp-plugin
Requires
- php: >=5.5.9
- cakephp/cakephp: >=3.3.2 <4.0.0
- docusign/esign-client: ^2.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-08 07:23:17 UTC
README
About
This plugin is designed to abstract some of the functionality of the DocuSign PHP Client
Installation
You can install this plugin into your CakePHP application using composer.
In your project's composer.json
, add the following:
...
"repositories": [
{
"type": "vcs",
"url": "https://github.com/QueenCityCodeFactory/CakeDocusign"
}
],
...
The recommended way to install composer packages is:
composer require queencitycodefactory/Docusign
License
This project is licensed under the MIT license.