mvqn-ucrm/plugins

A library of helper classes to ease UCRM Plugin development.

1.2.2 2018-11-02 07:26 UTC

This package is auto-updated.

Last update: 2024-03-09 12:49:20 UTC


README

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!