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

https://github.com/hiqdev/yii2-hiart-github

GitHub API implementation for yii2-hiart
https://github.com/hiqdev/yii2-hiart-github

hacktoberfest

Last synced: 12 months ago
JSON representation

GitHub API implementation for yii2-hiart

Awesome Lists containing this project

README

          

# Yii2 HiArt Github

**GitHub API implementation for yii2-hiart**

[![Latest Stable Version](https://poser.pugx.org/hiqdev/yii2-hiart-github/v/stable)](https://packagist.org/packages/hiqdev/yii2-hiart-github)
[![Total Downloads](https://poser.pugx.org/hiqdev/yii2-hiart-github/downloads)](https://packagist.org/packages/hiqdev/yii2-hiart-github)
[![Build Status](https://img.shields.io/travis/hiqdev/yii2-hiart-github.svg)](https://travis-ci.org/hiqdev/yii2-hiart-github)
[![Scrutinizer Code Coverage](https://img.shields.io/scrutinizer/coverage/g/hiqdev/yii2-hiart-github.svg)](https://scrutinizer-ci.com/g/hiqdev/yii2-hiart-github/)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/hiqdev/yii2-hiart-github.svg)](https://scrutinizer-ci.com/g/hiqdev/yii2-hiart-github/)
[![Dependency Status](https://www.versioneye.com/php/hiqdev:yii2-hiart-github/dev-master/badge.svg)](https://www.versioneye.com/php/hiqdev:yii2-hiart-github/dev-master)

This package provides [GitHub API](https://developer.github.com/v3/) implementation
for [yii2-hiart](https://github.com/hiqdev/yii2-hiart).

## Installation

The preferred way to install this yii2-extension is through [composer](http://getcomposer.org/download/).

Either run

```sh
php composer.phar require "hiqdev/yii2-hiart-github"
```

or add

```json
"hiqdev/yii2-hiart-github": "*"
```

to the require section of your composer.json.

## License

This project is released under the terms of the BSD-3-Clause [license](LICENSE).
Read more [here](http://choosealicense.com/licenses/bsd-3-clause).

Copyright © 2017, HiQDev (http://hiqdev.com/)