webhooker:Github webhook php helper 自动部署+教程

时间:2021-07-02 09:43:09
【文件属性】:
文件名称:webhooker:Github webhook php helper 自动部署+教程
文件大小:3KB
文件格式:ZIP
更新时间:2021-07-02 09:43:09
PHP #安装 安装 Webhooker 的推荐方法是通过 。 # Install Composer curl -sS https://getcomposer.org/installer | php 接下来,运行 Composer 命令来安装 Webhooker 的最新稳定版本: composer require roarbb/webhooker #先决条件 确保您有权更新服务器上的文件 chown -R www-data /path/to/website/root #网络钩子配置 ##Step 1 在网站根目录中,创建 webhook.php 文件 ###基本的 <?php use Webhook \ Hook ; include_once ( 'vendor/autoload.php' ); $ hook = new Hook (); echo $ hook -> pull ()
【文件预览】:
webhooker-master
----src()
--------Hook.php(2KB)
----.gitignore(51B)
----readme.md(2KB)
----composer.json(461B)

网友评论