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

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

Awesome Lists containing this project

README

          

# Chargebee PHP Client Library - API V2

[![Packagist](https://img.shields.io/packagist/dt/nathandunn/chargebee-php-sdk.svg?style=flat-square)](https://packagist.org/packages/nathandunn/chargebee-php-sdk)
[![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/nthndnn/chargebee-php-sdk/Continuous%20Integration/master)](https://github.com/nthndnn/chargebee-php-sdk/actions?query=workflow%3A%22Continuous+Integration%22+branch%3Amaster)
[![Code Climate](https://img.shields.io/codeclimate/maintainability/nathanjdunn/chargebee-php-sdk.svg?style=flat-square)](https://codeclimate.com/github/nathanjdunn/chargebee-php-sdk)
[![Coveralls](https://img.shields.io/coveralls/github/nathanjdunn/chargebee-php-sdk.svg?style=flat-square)](https://coveralls.io/github/nathanjdunn/chargebee-php-sdk)
[![StyleCI](https://styleci.io/repos/116197434/shield)](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)