Download the PHP package einnar82/laravel-zomato without Composer
On this page you can find all versions of the php package einnar82/laravel-zomato. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download einnar82/laravel-zomato
More information about einnar82/laravel-zomato
Files in einnar82/laravel-zomato
Download einnar82/laravel-zomato
More information about einnar82/laravel-zomato
Files in einnar82/laravel-zomato
Vendor einnar82
Package laravel-zomato
Short Description :description
License MIT
Homepage https://github.com/einnar82/laravel-zomato
Package laravel-zomato
Short Description :description
License MIT
Homepage https://github.com/einnar82/laravel-zomato
Please rate this library. Is it a good library?
Informations about the package laravel-zomato
laravel-zomato
An API Wrapper for Zomato.
Prerequisites
- Register an account to get an API Key
Installation
Type in your terminal
Add the service provider in your config => app.php
and the Facade
Publish the zomato.php file via
and select
Then, you can use the Zomato Facade;
List of methods in laravel-zomato
method | information |
---|---|
getCategories | Get list of Categories |
getCityDetails(array $params) | Get city details |
getCityCollections(array $params) | Get Zomato collections in a city |
getCityCuisines(array $params) | Get list of all cuisines in a city |
getCityRestaurantTypes(array $params) | Get list of restaurant types in a city |
getRestaurantCoordinates(array $params) | Get location details based on coordinates |
getLocationDetails(array $params) | Get Zomato location details |
searchLocations(array $params) | Search for locations |
getDailyMenu(array $params) | Get daily menu of a restaurant |
getRestaurantDetails(array $params) | Get restaurant details |
getRestaurantReviews(array $params) | Get restaurant reviews |
searchForRestaurants(array $params) | Search for restaurants |
You may check the Zomato documentation for details.
All versions of laravel-zomato with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
~5
The package einnar82/laravel-zomato contains the following files
Loading the files please wait ....