esase / tiny-event-manager
主题/观察者模式的简单实现,允许将监听器附加和分离到命名事件
v1.0.4
2020-08-19 14:49 UTC
Requires
- php: ^7.4 || ^8.0
- psr/container: ^1.0
Requires (Dev)
- php-coveralls/php-coveralls: ^2.2
- phpunit/phpunit: ^9.0 || ^10.0
This package is auto-updated.
Last update: 2024-09-20 01:21:44 UTC
README
主题/观察者模式的简单实现,允许将监听器附加和分离到命名事件。
安装
运行以下命令来安装此库
$ composer require esase/tiny-event-manager
文档
https://tiny-docs.readthedocs.io/en/latest/tiny-event-manager/docs/index.html