Hi everyone!
I’ve create a simple object oriented api wrapper for the halo api. A few key features are:
- Follows PSR-4 conventions and coding standard - Light and fast by lazy loading of API classes - Extensively tested - Decoupled from specific HTTP transport protocols by using HTTPlug - It’s feature complete with all the current api endpoints (halo 5, halo 5 pc and halo wars 2 endpoints)Basic installation instructions are included in the readme. Soon the full docs will be available!
More info on the library can be found on packagist (halo-api/halo-api - Packagist) and github (GitHub - halo-api/php-halo-api: A simple Object Oriented PHP API client for the halo api)
Any comments or remarks (or feature requests) are welcome!