https://github.com/nthndnn/chargebee-php-sdk
A HTTPlug client for the Chargebee API
https://github.com/nthndnn/chargebee-php-sdk
chargebee httplug php-sdk
Last synced: 14 days ago
JSON representation
A HTTPlug client for the Chargebee API
- Host: GitHub
- URL: https://github.com/nthndnn/chargebee-php-sdk
- Owner: nthndnn
- License: mit
- Created: 2018-01-04T01:00:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-05T22:09:52.000Z (over 5 years ago)
- Last Synced: 2025-06-05T09:09:23.381Z (10 months ago)
- Topics: chargebee, httplug, php-sdk
- Language: PHP
- Size: 200 KB
- Stars: 5
- Watchers: 3
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chargebee PHP Client Library - API V2
[](https://packagist.org/packages/nathandunn/chargebee-php-sdk)
[](https://github.com/nthndnn/chargebee-php-sdk/actions?query=workflow%3A%22Continuous+Integration%22+branch%3Amaster)
[](https://codeclimate.com/github/nathanjdunn/chargebee-php-sdk)
[](https://coveralls.io/github/nathanjdunn/chargebee-php-sdk)
[](https://styleci.io/repos/116197434)
Installation
------------
Via [composer](https://getcomposer.org)
```bash
composer require nathandunn/chargebee-php-sdk php-http/guzzle6-adapter
```
Why `php-http/guzzle6-adapter`? We are decoupled from any HTTP messaging client with help by [HTTPlug](http://httplug.io).
You can visit [HTTPlug for library users](http://docs.php-http.org/en/latest/httplug/users.html) to get more information about installing HTTPlug related packages.
License
-------
See the LICENSE file.
Documentation
-------------
For documentation, see the [Wiki](https://github.com/nathanjdunn/chargebee-php-sdk/wiki)