PHPackages                             swop/github-webhook-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. [Security](/categories/security)
4. /
5. swop/github-webhook-bundle

ActiveSymfony-bundle[Security](/categories/security)

swop/github-webhook-bundle
==========================

Symfony bundle which aims to simplify GitHub web hook handling.

v1.0(9y ago)63664[1 issues](https://github.com/Swop/github-webhook-bundle/issues)MITPHPPHP &gt;=5.4

Since Nov 22Pushed 8y ago1 watchersCompare

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

READMEChangelogDependencies (12)Versions (3)Used By (0)

Github WebHook Bundle
=====================

[](#github-webhook-bundle)

[![Build Status](https://camo.githubusercontent.com/fcf789ab6608e6e60c9347438770e644fe78610be023e20784228a95338df9ba/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f53776f702f6769746875622d776562686f6f6b2d62756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/Swop/github-webhook-bundle)

This bundle aiming to reduce complexity when creating GitHub web hooks apps.

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

[](#installation)

The recommended way to install this bundle is through [Composer](https://getcomposer.org/):

```
composer require "swop/github-webhook-bundle"

```

Then, register the bundle into your `AppKernel` class. Note that this bundle rely on the `SensioFrameworkExtraBundle` bundle in order to work properly.

```
