herosphp/event
最新稳定版本:v1.0.0
Composer 安装命令:
composer require herosphp/event
包简介
event adapter herosphp Framework
README 文档
README
增加事件机制,主要是为了进行代码解耦。
install
composer install herosphp/event
publish config file
composer vendor:publish "herosphp/event"
init class
<?php
declare(strict_types=1);
namespace app\init;
use herosphp\core\Config;
use herosphp\utils\Logger;
use herosphp\plugin\event\EventStarter as BaseEventStarter
class EventStarter extends BaseEventStarter
{
protected static bool $debug = false;
}
EventStarter::init();
统计信息
- 总下载量: 85
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-09-14