Glide API Interface
A simple PHP interface to return quotes from the Glide API. Longer term plan to abstract out REST interface to make other endpoints accessible., (*1)
Glide have updated their API as of June 2014, so the file in docs is currently out of date and some broadband methods might not work, (*2)
Install
You can install Glide with Composer. Add the following to the require key of your composer.json file:, (*3)
"m1ke/glide-bills": "dev-master"
Authors
Written by Mike Lehan and StuRents.com., (*4)
Documentation
A PDF API specification used to build this library, provided by Glide, can be found in docs/. I have been unable to find a copy of this made available elsewhere on the web., (*5)
Testing
Run phpunit test.php to test all implemented interfaces. Other interfaces can be added to tests without changing the class thanks to the __call magic method., (*6)