Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.33 KB

README.md

File metadata and controls

55 lines (38 loc) · 1.33 KB

mvqn-ucrm/plugins

This library is a helper module for core plugin development. This package is not a Plugin itself, but will greatly help in the development of actual UCRM Plugins.

 

Installation

Install the latest version with

composer require mvqn-ucrm/plugins

 

Basic Usage

<?php

// COMING SOON

 

Documentation

COMING SOON

 

Third Party Packages

COMING SOON

About

Requirements

  • This package will be maintained in step with the PHP version used by UCRM to ensure 100% compatibility.
  • This package does not require any PHP extensions that are not already enabled in the default UCRM installation.

Related Packages

ucrm-module-data
Another plugin module used to simplify access to the UCRM database.

ucrm-module-rest
Another plugin module used to simplify access to the UCRM REST API.

Submitting bugs and feature requests

Bugs and feature request are tracked on Github

Author

Ryan Spaeth <rspaeth@mvqn.net>

License

This module is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

Credit to the Ubiquiti Team for giving us the luxury of Plugins!