dev-master
9999999-dev http://github.com/bourdeau/githook-bundleGitHook Bundle for Symfony3
MIT
The Requires
- php >=7.0
- symfony/framework-bundle ~3.0
The Development Requires
GitHook Bundle for Symfony3
GitHook Bundle Bundle is a PHP 7 library, (*1)
A Symfony3 project, (*2)
This bundle can be installed using composer by adding the following in the require
section of your composer.json
file:, (*3)
``` json "require": { ... "bourdeau/githook-bundle": "~0.1" },, (*4)
## Register the bundle You must register the bundle in your kernel: ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = [ // ... new Bourdeau\Bundle\GitHookBundle\GitHookBundle(), ]; // ... }
There is no configuration for now., (*5)
GitHook Bundle for Symfony3
MIT