bourdeau/githook-bundle

GitHook Bundle for Symfony3

Installs: 133

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/bourdeau/githook-bundle

dev-master 2016-08-16 05:44 UTC

This package is not auto-updated.

Last update: 2025-09-28 00:18:50 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.