jdecano/zomato-scraper

There is no license information available for the latest version (1.0) of this package.

Scrapes Zomato Site

1.0 2015-09-09 23:55 UTC

This package is not auto-updated.

Last update: 2024-05-15 08:24:26 UTC


README

Scrapes zomato website

// First Parameter is the city that you want to crawl 
// Second is limit
$scraper = new \Jdecano\ZomatoScraper('melbourne');
print_r($scraper->process());