GSX Web Services API PHP Class Coming Soon
Do you use Apple’s GSX service along with PHP? Tired of screwing around with SOAP? I was too, until I started work on a super-duper PHP class that allows for easy access to the entire GSX API (Mid 2011 included)!
Here’s an example of how easy it’ll be:
$gsx = new GSX ( $authenticationArray );
$gsx->part_lookup ( '661-5797' );
Yeah, it’s that easy.
The codebase is currently just under 1,000 lines of code, and I’m not even 20% of the way through (aagh!) I hope to have a RC1 release out in 1 month, which will work with the current GSX API only as the Mid 2011 API does not provide access to the production WSDL.
If you have any questions regarding the API, please email me at Enable JavaScript to see email.
Watch this space for more updates regarding the GSX Web Services API Class for PHP by yours truly!