Docusign Utility plugin for CakePHP 3.x

Maintainers

Package info

github.com/QueenCityCodeFactory/CakeDocusign

Type:cakephp-plugin

pkg:composer/queencitycodefactory/docusign

Statistics

Installs: 297

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.1.2 2018-04-18 12:28 UTC

This package is auto-updated.

Last update: 2026-03-08 10:24:12 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.