A simple PHP wrapper for the official Flipkart API.
Flipkart recently launched a Product Feeds API (still in beta). There isn't any official wrappers for PHP (yet?) - so I decided to go ahead and build one.
To see this in action, check out the live demo: Live Demo
The API seems complicated to use, but I've managed to build a simple demo where you can select a category, and products in the category that are in stock are displayed in a table.
For the code to work, you'll need to generate an access token through your affiliate account.
Feel free to use it, fork it, and send pull requests!
###License MIT License