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 yesterday

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

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity63

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

2749d 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

[andreaselia/laravel-api-to-postman

Generate a Postman collection automatically from your Laravel API

1.0k586.2k3](/packages/andreaselia-laravel-api-to-postman)[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[api-ecosystem-for-laravel/dingo-api

A RESTful API package for the Laravel and Lumen frameworks.

3121.5M10](/packages/api-ecosystem-for-laravel-dingo-api)[essa/api-tool-kit

set of tools to build an api with laravel

52680.5k](/packages/essa-api-tool-kit)[mll-lab/laravel-graphiql

Easily integrate GraphiQL into your Laravel project

683.2M9](/packages/mll-lab-laravel-graphiql)[kirschbaum-development/laravel-openapi-validator

Automatic OpenAPI validation for Laravel HTTP tests

581.1M5](/packages/kirschbaum-development-laravel-openapi-validator)

PHPackages © 2026

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