PHPackages                             einnar82/laravel-zomato - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. einnar82/laravel-zomato

ActiveLibrary[API Development](/categories/api)

einnar82/laravel-zomato
=======================

:description

1.0(7y ago)318MITPHP

Since Nov 2Pushed 7y agoCompare

[ Source](https://github.com/einnar82/laravel-zomato)[ Packagist](https://packagist.org/packages/einnar82/laravel-zomato)[ Docs](https://github.com/einnar82/laravel-zomato)[ RSS](/packages/einnar82-laravel-zomato/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (5)Versions (4)Used By (0)

laravel-zomato
==============

[](#laravel-zomato)

An API Wrapper for [Zomato](https://zomato.com/).

Prerequisites
=============

[](#prerequisites)

- Register an account to get an API Key

### Installation

[](#installation)

Type in your terminal

```
$ composer require einnar82/laravel-zomato
```

Add the service provider in your config =&gt; app.php

```
RannieOllit\Zomato\ZomatoServiceProvider::class,
```

and the Facade

```
'Zomato' => RannieOllit\Zomato\Facades\Zomato::class
```

Publish the zomato.php file via

```
$ php artisan vendor:publish

```

and select

```
 RannieOllit\Zomato\ZomatoServiceProvider

```

Then, you can use the Zomato Facade;

List of methods in laravel-zomato
=================================

[](#list-of-methods-in-laravel-zomato)

methodinformationgetCategoriesGet list of CategoriesgetCityDetails(array $params)Get city detailsgetCityCollections(array $params)Get Zomato collections in a citygetCityCuisines(array $params)Get list of all cuisines in a citygetCityRestaurantTypes(array $params)Get list of restaurant types in a citygetRestaurantCoordinates(array $params)Get location details based on coordinatesgetLocationDetails(array $params)Get Zomato location detailssearchLocations(array $params)Search for locationsgetDailyMenu(array $params)Get daily menu of a restaurantgetRestaurantDetails(array $params)Get restaurant detailsgetRestaurantReviews(array $params)Get restaurant reviewssearchForRestaurants(array $params)Search for restaurantsYou may check the Zomato [documentation](https://developers.zomato.com/documentation) for details.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity64

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

2797d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/128d6bea30ee15fa11d9882ccc62ab1c003c4b3c12a6ea25fa0681fd8f5cb7ab?d=identicon)[einnar82](/maintainers/einnar82)

---

Tags

laravelzomatozomato-apilaravelzomato

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/einnar82-laravel-zomato/health.svg)

```
[![Health](https://phpackages.com/badges/einnar82-laravel-zomato/health.svg)](https://phpackages.com/packages/einnar82-laravel-zomato)
```

###  Alternatives

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

815320.5k3](/packages/defstudio-telegraph)[riclep/laravel-storyblok

A Laravel wrapper around the Storyblok API to provide a familiar experience for Laravel devs

6277.0k5](/packages/riclep-laravel-storyblok)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
