PHPackages                             shalompeace/zomato-api-wrapper - 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. shalompeace/zomato-api-wrapper

ActiveLibrary[API Development](/categories/api)

shalompeace/zomato-api-wrapper
==============================

PHP wrapper and library for Zomato API

v1.0(10y ago)2957[1 issues](https://github.com/ShalomPeace/zomato-api-wrapper/issues)MITPHPPHP &gt;=5.5.0

Since Jun 20Pushed 10y ago2 watchersCompare

[ Source](https://github.com/ShalomPeace/zomato-api-wrapper)[ Packagist](https://packagist.org/packages/shalompeace/zomato-api-wrapper)[ Docs](https://github.com/ShalomPeace/zomato-api-wrapper)[ RSS](/packages/shalompeace-zomato-api-wrapper/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

zomato-api-wrapper
==================

[](#zomato-api-wrapper)

PHP wrapper for Zomato API

Requirements
------------

[](#requirements)

- PHP 5.5 or greater

Installation
------------

[](#installation)

**Via Composer**

```
$ composer require shalompeace/zomato-api-wrapper
```

Usage
-----

[](#usage)

```
categories();

    // Get city details
    $cities = $zomato->cities(['q' => 'City name']);

    // Get Zomato collections in a city
    $collections = $zomato->collections(['city_id' => 63]);

    // Get list of all cuisines in a city
    $cuisines = $zomato->cuisines(['city_id' => 63]);

    // Get list of restaurant types in a city
    $establishments = $zomato->establishments(['city_id' => 63]);

    // Get location details based on coordinates
    $geocode = $zomato->geocode(['lat' => '', 'lon' => '']);

    // Get Zomato location details
    $location_details = $zomato->location_details(['entity_id' => '', 'entity_type' => '']);

    // Search for locations
    $locations = $zomato->locations(['query' => '']);

    // Get daily menu of a restaurant
    $dailymenu = $zomato->dailymenu(['res_id' => '']);

    // Get restaurant details
    $restaurant = $zomato->restaurant(['res_id' => '']);

    // Get restaurant reviews
    $reviews = $zomato->reviews(['res_id' => '']);

    // Search for restaurant
    $result = $zomato->search(['q' => '']);
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

Unknown

Total

1

Last Release

3657d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d2dcff11f7e5fe113dd0e695226b8c8a008e8532d9a71b7992effe2d3f171b6?d=identicon)[jerusalemshalom23](/maintainers/jerusalemshalom23)

---

Top Contributors

[![shalomj](https://avatars.githubusercontent.com/u/8535876?v=4)](https://github.com/shalomj "shalomj (7 commits)")

---

Tags

phpapilibrarywrapperzomato

### Embed Badge

![Health badge](/badges/shalompeace-zomato-api-wrapper/health.svg)

```
[![Health](https://phpackages.com/badges/shalompeace-zomato-api-wrapper/health.svg)](https://phpackages.com/packages/shalompeace-zomato-api-wrapper)
```

PHPackages © 2026

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