helsingborg-stad / webhooks-manager
从 WordPress 动作钩子创建和管理 webhooks
1.3.0
2024-04-11 12:19 UTC
Requires
- php: >=8.1
- helsingborg-stad/acf-export-manager: >=1.0.0
Requires (Dev)
README
Webhooks Manager
从 WordPress 动作钩子创建和管理 webhooks
关于 Webhooks Manager
构建工具
- PHP
- WordPress
入门
要获取本地副本并运行,请按照以下简单步骤操作。
开发环境 (VS Code Devcontainer)
先决条件
- Docker
- VS Code
安装开发环境。
- 安装 VS Code。
- 安装扩展 远程开发。
- 克隆此存储库。
- 在 VS Code 中打开文件夹。
- 打开命令面板 (cmd + shift + p)。
- 输入
Remote-Containers: Reopen in Container
并选择此选项。 - 等待容器构建。
- 在 VS Code 集成终端中运行 composer install。
- 运行提供的 VS Code 任务
install acf pro
。这将下载并安装 ACF Pro,这对于此 WordPress 插件的工作是必需的。
测试
运行测试
在终端中运行 composer test
。
常量
贡献
贡献使开源社区成为一个如此美妙的学习、灵感和创造的地方。您所做的一切贡献都备受赞赏。
- 分支项目
- 创建您的功能分支 (
git checkout -b feature/AmazingFeature
) - 提交您的更改 (
git commit -m 'Add some AmazingFeature'
) - 将分支推送到远程 (
git push origin feature/AmazingFeature
) - 打开拉取请求
许可
在 MIT 许可证 下分发。