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

https://github.com/hiqdev/billing-hiapi

API for Billing
https://github.com/hiqdev/billing-hiapi

hacktoberfest

Last synced: 10 months ago
JSON representation

API for Billing

Awesome Lists containing this project

README

          

# Billing HiAPI

**API for Billing**

[![Latest Stable Version](https://poser.pugx.org/hiqdev/billing-hiapi/v/stable)](https://packagist.org/packages/hiqdev/billing-hiapi)
[![Total Downloads](https://poser.pugx.org/hiqdev/billing-hiapi/downloads)](https://packagist.org/packages/hiqdev/billing-hiapi)
[![Build Status](https://img.shields.io/travis/hiqdev/billing-hiapi.svg)](https://travis-ci.org/hiqdev/billing-hiapi)
[![Scrutinizer Code Coverage](https://img.shields.io/scrutinizer/coverage/g/hiqdev/billing-hiapi.svg)](https://scrutinizer-ci.com/g/hiqdev/billing-hiapi/)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/hiqdev/billing-hiapi.svg)](https://scrutinizer-ci.com/g/hiqdev/billing-hiapi/)

Billing API.

Uses:

- [php-billing]
- [hiapi]

Also see [tests README].

[php-billing]: https://github.com/hiqdev/php-billing
[hiapi]: https://github.com/hiqdev/hiapi
[tests README]: tests/README.md

## Installation

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

Either run

```sh
php composer.phar require "hiqdev/billing-hiapi"
```

or add

```json
"hiqdev/billing-hiapi": "*"
```

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-2018, HiQDev (http://hiqdev.com/)