# herosphp-event **Repository Path**: blackfox/herosphp-event ## Basic Information - **Project Name**: herosphp-event - **Description**: Event adapter herosphp Framework - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-13 - **Last Updated**: 2022-09-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: PHP ## README # herosphp/event 增加事件机制,主要是为了进行代码解耦。 ## install ```shell composer install herosphp/event ``` ### publish config file ```shell composer vendor:publish "herosphp/event" ``` ### init class ```php