joomla / event
Joomla Event Package
Fund package maintenance!
joomla
community.joomla.org/sponsorship-campaigns.html
Installs: 221 321
Dependents: 15
Suggesters: 3
Security: 0
Stars: 8
Watchers: 10
Forks: 9
Open Issues: 1
Type:joomla-package
Requires
- php: ^7.2.5|~8.0.0|~8.1.0
- symfony/deprecation-contracts: ^2.1
Requires (Dev)
- joomla/coding-standards: ^3.0@dev
- joomla/console: ^2.0
- phpunit/phpunit: ^8.5|^9.0
- psr/container: ^1.0
Suggests
- joomla/console: If you want to use the DebugEventDispatcherCommand class, please install joomla/console
- psr/container-implementation: If you want to use the LazyServiceEventListener class, please install a PSR-11 container
This package is auto-updated.
Last update: 2023-06-05 19:52:20 UTC
README
The Joomla! Event package provides foundations to build event systems and an implementation supporting prioritized listeners.
Requirements
- PHP 7.2 or later
Installation via Composer
Add "joomla/event": "~2.0"
to the require block in your composer.json and then run composer install
.
{ "require": { "joomla/event": "~2.0" } }
Alternatively, you can simply run the following from the command line:
composer require joomla/event "~2.0"
If you want to include the test sources and docs, use
composer require --prefer-source joomla/event "~2.0"