Hi everyone!
I've create a simple object oriented api wrapper for the halo api. A few key features are:
More info on the library can be found on packagist (https://packagist.org/packages/halo-api/halo-api) and github (https://github.com/halo-api/php-halo-api)
Any comments or remarks (or feature requests) are welcome!
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)
More info on the library can be found on packagist (https://packagist.org/packages/halo-api/halo-api) and github (https://github.com/halo-api/php-halo-api)
Any comments or remarks (or feature requests) are welcome!