git-web-hook:用于处理git Web钩子的库

时间:2024-05-31 15:41:41
【文件属性】:

文件名称:git-web-hook:用于处理git Web钩子的库

文件大小:26KB

文件格式:ZIP

更新时间:2024-05-31 15:41:41

PHP

Git织带挂钩 用于处理来自gitlab.com或github.com的git Web钩子并运行命令的库 特征 通过全局获取请求运行命令 通过git repository push运行命令 通过分支推送运行命令 安全检查提交作者(全局,存储库,分支) 来自$ _GET请求的安全检查参数 向电子邮件作者和邮件收件人发送execute命令的结果 要求 PHP> = 5.3 symfony /选项解析器^ 2.3 symfony / yaml ^ 2.3 psr / log> =〜1.0 安装 $ php composer require amaxlab/git-web-hook " ~1.0 " 或项目 $ php composer create-project amaxlab/git-web-hook-composer-install ./git-web-hook --prefe


【文件预览】:
git-web-hook-master
----.gitignore(8B)
----README.md(8KB)
----tests()
--------configs()
--------GWHTestCase.php(3KB)
--------TemplateMethodsTest.php(905B)
--------HookMethodsTest.php(6KB)
----composer.lock(43KB)
----LICENSE(1KB)
----composer.json(1KB)
----phpunit.xml.dist(249B)
----src()
--------Configurator.php(4KB)
--------BaseCommandContainer.php(2KB)
--------Event.php(4KB)
--------Hook.php(12KB)
--------Template.php(2KB)
--------Command.php(499B)
--------CommandContainerInterface.php(635B)
--------Branch.php(983B)
--------CommandResult.php(2KB)
--------CommandExecutor.php(2KB)
--------templates()
--------Repository.php(2KB)

网友评论