Xbox API in PHP
Posted in: Development, PHP at May 14th, 2010
A while ago I discovered that Duncan Mackenzie offered public access to the Xbox Live API. Whereas the API itself was great, the output was a mess. CamelCase, data stored in the wrong place, etc. So I decided to create a PHP class that made life for those who want to connect with this API a little bit easier.
You can read more about this class at the GitHub page found here, or you can see an example here.