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
- Host: GitHub
- URL: https://github.com/hiqdev/billing-hiapi
- Owner: hiqdev
- License: bsd-3-clause
- Created: 2017-04-05T11:41:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T08:11:49.000Z (over 3 years ago)
- Last Synced: 2025-04-07T07:41:26.617Z (about 1 year ago)
- Topics: hacktoberfest
- Language: PHP
- Size: 555 KB
- Stars: 6
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Billing HiAPI
**API for Billing**
[](https://packagist.org/packages/hiqdev/billing-hiapi)
[](https://packagist.org/packages/hiqdev/billing-hiapi)
[](https://travis-ci.org/hiqdev/billing-hiapi)
[](https://scrutinizer-ci.com/g/hiqdev/billing-hiapi/)
[](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/)