github-webhook-bundle:Symfony捆绑包旨在简化GitHub Web挂钩处理

时间:2024-06-04 03:39:03
【文件属性】:

文件名称:github-webhook-bundle:Symfony捆绑包旨在简化GitHub Web挂钩处理

文件大小:21KB

文件格式:ZIP

更新时间:2024-06-04 03:39:03

PHP

Github WebHook捆绑包 该捆绑包旨在降低创建GitHub Web hooks应用程序时的复杂性。 安装 推荐的安装方式是通过 : composer require "swop/github-webhook-bundle" 然后,将该捆绑包注册到您的AppKernel类中。 请注意,此捆绑包依赖SensioFrameworkExtraBundle捆绑包才能正常工作。 <?php class AppKernel extends Kernel { public function registerBundles () { $ bundles = [ // ... new Sensio \ Bundle \ FrameworkExtraBundle \ SensioFrameworkExtraBun


【文件预览】:
github-webhook-bundle-master
----Annotation()
--------GitHubWebHook.php(1KB)
----Resources()
--------config()
----.travis()
--------update_symfony_deps_version.sh(349B)
----Exception()
--------NotManagedGitHubEventException.php(2KB)
----phpunit.xml.dist(638B)
----Tests()
--------Listener()
--------bootstrap.php(62B)
----CONTRIBUTING.md(1KB)
----.travis.yml(970B)
----LICENSE(1KB)
----GitHubWebHookBundle.php(610B)
----DependencyInjection()
--------GitHubWebHookExtension.php(1KB)
--------Configuration.php(870B)
----README.md(4KB)
----Listener()
--------GitHubHookViewSubscriber.php(1KB)
--------GitHubHookControllerSubscriber.php(6KB)
--------GitHubHookExceptionSubscriber.php(3KB)
----.gitignore(47B)
----composer.json(1KB)

网友评论