Docusign Utility plugin for CakePHP 3.x

1.1.2 2018-04-18 12:28 UTC

This package is auto-updated.

Last update: 2024-04-08 06:10:38 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.