baraja-core / plugin-system
Complex plugin system for CMS.
Installs: 151 830
Dependents: 9
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^8.0
- baraja-core/service-method-invoker: ^2.0
- nette/caching: ^3.1
- nette/di: ^3.0
- nette/http: ^3.0
- nette/utils: ^3.2
Requires (Dev)
- phpstan/phpstan: ^1.0
- phpstan/phpstan-nette: ^1.0
- roave/security-advisories: dev-master
- spaze/phpstan-disallowed-calls: ^2.0
- tracy/tracy: ^2.8
README
Complex plugin system for CMS.
📦 Installation
It's best to use Composer for installation, and you can also find the package on Packagist and GitHub.
To install, simply use the command:
$ composer require baraja-core/plugin-system
You can use the package manually by creating an instance of the internal classes, or register a DIC extension to link the services directly to the Nette Framework.
📄 License
baraja-core/plugin-system
is licensed under the MIT license. See the LICENSE file for more details.