PHPackages                             bourdeau/githook-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. bourdeau/githook-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

bourdeau/githook-bundle
=======================

GitHook Bundle for Symfony3

0133PHP

Since Aug 16Pushed 9y ago1 watchersCompare

[ Source](https://github.com/bourdeau/githook-bundle)[ Packagist](https://packagist.org/packages/bourdeau/githook-bundle)[ RSS](/packages/bourdeau-githook-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

GitHook Bundle
==============

[](#githook-bundle)

About GitHook Bundle
--------------------

[](#about-githook-bundle)

GitHook Bundle Bundle is a PHP 7 library

Installation
------------

[](#installation)

Prerequisites
-------------

[](#prerequisites)

A Symfony3 project

With composer
-------------

[](#with-composer)

This bundle can be installed using [composer](http://getcomposer.org) by adding the following in the `require` section of your `composer.json` file:

```
    "require": {
        ...
        "bourdeau/githook-bundle": "~0.1"
    },
```

Register the bundle
-------------------

[](#register-the-bundle)

You must register the bundle in your kernel:

```
