Package Data | |
---|---|
Maintainer Username: | crynobone |
Maintainer Contact: | crynobone@gmail.com (Mior Muhammad Zaki) |
Package Create Date: | 2013-05-02 |
Package Last Update: | 2021-04-18 |
Home Page: | https://packagist.org/packages/orchestra/control |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-01-25 15:04:47 |
Package Statistics | |
---|---|
Total Downloads: | 50,268 |
Monthly Downloads: | 65 |
Daily Downloads: | 1 |
Total Stars: | 7 |
Total Watchers: | 5 |
Total Forks: | 9 |
Total Open Issues: | 0 |
Official Administration Add-on Extension for Orchestra Platform that provide support for:
To install through composer, simply put the following in your composer.json
file:
{
"require": {
"orchestra/control": "^3.5"
}
}
And then run composer install
from the terminal.
Above installation can also be simplify by using the following command:
composer require "orchestra/control=^3.5"
To start using Control, activate the extension from Orchestra Platform Administrator Interface.