calderawp/events

基于 composer 的新 PHP 项目的样板。

0.2.0 2019-01-09 22:31 UTC

This package is auto-updated.

Last update: 2024-09-23 06:30:33 UTC


README

一个类似 WordPress 插件 API(钩子)的事件调度器。

👀🌋 这是 Caldera 框架 的模块

用法

安装

  • 添加到您的包中
    • composer require calderawp/http
  • 开发安装
    • git clone git@github.com:CalderaWP/http.git && composer install

示例

添加过滤器(订阅)

应用过滤器(调度)

添加操作(订阅)

尚未实现。

执行操作(调度)

尚未实现。

测试

  • 运行单元测试
    • composer test:unit
  • 运行集成测试
    • composer test:integration
  • 运行验收测试
    • composer test:acceptance

许可证,版权等。

版权 2018+ CalderaWP LLC,并受 GNU GPL 许可证的条款约束。请与您的邻居分享。