youbs / chargeio-api
A PHP client for ChargeIO API
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/youbs/chargeio-api
Requires
- php: ^5.6|7.*
- ext-curl: *
- ext-json: *
This package is not auto-updated.
Last update: 2025-10-09 05:43:29 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.