Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/maxikg/github-api-bundle
- Owner: maxikg
- License: mit
- Created: 2016-04-06T12:32:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-22T11:35:25.000Z (over 8 years ago)
- Last Synced: 2024-09-26T21:04:48.553Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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