Skip to content

sunnybhagat/flipkart-api-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP Wrapper for Flipkart API

A simple PHP wrapper for the official Flipkart API. Helps you integrate the API for any custom use.

Flipkart has 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.

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.

New: Deal of the Day (DOTD) offers and Top Offers are also included in the demo.

For the code to work, you'll need to generate an access token through your affiliate account.

Note that it is recommended to save the useful data retrieved from the API to a database first, and then update this database at certain intervals. This way, you won't exceed the API limits, and your site will load faster.

Feel free to use it, fork it, and send pull requests for any improvements!

###License MIT License

About

A simple PHP wrapper for the official Flipkart API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%