joomla / event
Joomla 事件包
3.0.1
2024-08-16 06:22 UTC
Requires
- php: ^8.1.0
- symfony/deprecation-contracts: ^2|^3
Requires (Dev)
- joomla/console: ^3.0
- phan/phan: ^5.4.2
- phpstan/phpstan: ^1.10.7
- phpunit/phpunit: ^9.5.28
- psr/container: ^1.0
- squizlabs/php_codesniffer: ~3.7.2
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: 2024-09-17 10:26:28 UTC
README
Joomla! 事件 包提供构建事件系统的基础和实现,支持优先级监听器。
需求
- PHP 8.1 或更高版本
通过 Composer 安装
将 "joomla/event": "~3.0"
添加到您的 composer.json 中的 require 块,然后运行 composer install
。
{ "require": { "joomla/event": "~3.0" } }
或者,您可以直接从命令行运行以下命令
composer require joomla/event "~3.0"
如果您想包含测试源和文档,使用
composer require --prefer-source joomla/event "~3.0"