PHPackages                             erivello/github-api-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. [API Development](/categories/api)
4. /
5. erivello/github-api-bundle

ActiveSymfony-bundle[API Development](/categories/api)

erivello/github-api-bundle
==========================

Bundle around PHP GitHub API client from KnpLabs

351[1 PRs](https://github.com/erivello/GithubApiBundle/pulls)PHP

Since Feb 16Pushed 10y agoCompare

[ Source](https://github.com/erivello/GithubApiBundle)[ Packagist](https://packagist.org/packages/erivello/github-api-bundle)[ RSS](/packages/erivello-github-api-bundle/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

GithubApiBundle
===============

[](#githubapibundle)

This bundle provides a simple integration of the [KnpLabs PHP GitHub API client](https://github.com/KnpLabs/php-github-api) into Symfony2.

[![Build Status](https://camo.githubusercontent.com/810569437447112eeb0dae8238120da68efe01b23673f73da5a9c9d1c950240f/68747470733a2f2f7472617669732d63692e6f72672f65726976656c6c6f2f47697468756241706942756e646c652e706e67)](https://travis-ci.org/erivello/GithubApiBundle)

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

[](#installation)

Installation is very easy, it makes use of [Composer](http://getcomposer.org/).

Add GithubApiBundle to your composer.json

```
"require": {
    "erivello/github-api-bundle": "dev-master"
}

```

Register the bundle in `app/AppKernel.php`:

```
