youbs / chargeio-api
A PHP client for ChargeIO API
dev-master / 1.0.x-dev
2016-05-25 21:47 UTC
Requires
- php: ^5.6|7.*
- ext-curl: *
- ext-json: *
This package is not auto-updated.
Last update: 2024-12-19 01:53:52 UTC
README
This is a PHP wrapper around the ChargeIO API.
This package is basically just the official client with support of namespacing and PSR-4 autoloading, and made available on packagist.
Installation
Install this package via Composer:
$ composer require youbs/chargeio-api
Usage
See the official ChargeIO documentation.
TODO
- Add tests
- Add proper documentation
Credits
- ChargeIO for the original implementation
- Hubert Moutot - hubert.moutot@gmail.com
Contributing
Please refer to the CONTRIBUTING.md file.
License
This package is released under the MIT License. See the bundled LICENSE file for details.