2017 © Pedro Peláez
 

symfony-bundle githook-bundle

GitHook Bundle for Symfony3

image

bourdeau/githook-bundle

GitHook Bundle for Symfony3

  • Tuesday, August 16, 2016
  • by bourdeau
  • Repository
  • 1 Watchers
  • 0 Stars
  • 127 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

GitHook Bundle

About GitHook Bundle

GitHook Bundle Bundle is a PHP 7 library, (*1)

Installation

Prerequisites

A Symfony3 project, (*2)

With composer

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(), ]; // ... }

Configuration

There is no configuration for now., (*5)

The Versions

16/08 2016

dev-master

9999999-dev http://github.com/bourdeau/githook-bundle

GitHook Bundle for Symfony3

  Sources   Download

MIT

The Requires

 

The Development Requires