bourdeau / githook-bundle
GitHook Bundle for Symfony3
Installs: 133
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=7.0
- symfony/framework-bundle: ~3.0
Requires (Dev)
- phpunit/phpunit: 5.3.4
This package is not auto-updated.
Last update: 2025-01-04 20:31:21 UTC
README
About GitHook Bundle
GitHook Bundle Bundle is a PHP 7 library
Installation
Prerequisites
A Symfony3 project
With composer
This bundle can be installed using composer by adding the following in the require
section of your composer.json
file:
"require": { ... "bourdeau/githook-bundle": "~0.1" },
Register the bundle
You must register the bundle in your kernel:
<?php // app/AppKernel.php public function registerBundles() { $bundles = [ // ... new Bourdeau\Bundle\GitHookBundle\GitHookBundle(), ]; // ... }
Configuration
There is no configuration for now.