A few of our API users have asked for PHP sample classes for accessing the API. If any of you have put together a robust framework for accessing some of our methods, it would be super lovely if you could consider 'donating' them to the developer community here.
These are the request/response classes I'm using to interact w/ the OpenFooty API. They're still pretty bare bones, but they get the job done. You can look at the comments in the request class for a bit more detail on usage, there's no comments for the response class since it doesn't do much but parse and return data.