Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maxikg/github-api-bundle

A simple bridge between KnpLabs/php-github-api and Symfony 2/3.
https://github.com/maxikg/github-api-bundle

Last synced: 3 months ago
JSON representation

A simple bridge between KnpLabs/php-github-api and Symfony 2/3.

Awesome Lists containing this project

README

        

# GithubApiBundle [![Build Status](https://travis-ci.org/maxikg/github-api-bundle.svg?branch=master)](https://travis-ci.org/maxikg/github-api-bundle)

A simple bridge between
[KnpLabs/php-github-api](https://github.com/KnpLabs/php-github-api) and
Symfony 2/3.

## Installation

Require the bundle with composer:

```
composer require maxikg/github-api-bundle
```

Now register the bundle:

```php