PHPackages                             neighborhoods/yelp-fusion - 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. neighborhoods/yelp-fusion

ActiveProject[API Development](/categories/api)

neighborhoods/yelp-fusion
=========================

A library that interfaces with the Yelp Fusion (v3) API

2.0.0(7y ago)52.1kMITPHPPHP &gt;=5.6

Since Sep 28Pushed 7y ago31 watchersCompare

[ Source](https://github.com/neighborhoods/Yelp-Fusion)[ Packagist](https://packagist.org/packages/neighborhoods/yelp-fusion)[ RSS](/packages/neighborhoods-yelp-fusion/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

Neighborhoods Yelp-Fusion Library
=================================

[](#neighborhoods-yelp-fusion-library)

[![Build Status](https://camo.githubusercontent.com/9d3d80012ff0d83501a7e601be89e710347aa0d751ff48c1a007eddf019bcfaf/68747470733a2f2f7472617669732d63692e6f72672f6e65696768626f72686f6f64732f59656c702d467573696f6e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/neighborhoods/Yelp-Fusion)[![Latest Stable Version](https://camo.githubusercontent.com/4283952c1363f1d2aef95605505e6d275f26022c978ec8e8a546a8f5f12716be/68747470733a2f2f706f7365722e707567782e6f72672f6e65696768626f72686f6f64732f79656c702d667573696f6e2f76657273696f6e)](https://packagist.org/packages/neighborhoods/yelp-fusion)[![Total Downloads](https://camo.githubusercontent.com/8429e1e968e2b72aa887cd92f101703d4f5e04f8fe4a725c2faf21b889165003/68747470733a2f2f706f7365722e707567782e6f72672f6e65696768626f72686f6f64732f79656c702d667573696f6e2f646f776e6c6f616473)](https://packagist.org/packages/neighborhoods/yelp-fusion)[![License](https://camo.githubusercontent.com/58f9c6f74ca92440c25ee68416c12ee4c01c1fac7c3b8bf246d82a8d2c09ab1b/68747470733a2f2f706f7365722e707567782e6f72672f6e65696768626f72686f6f64732f79656c702d667573696f6e2f6c6963656e7365)](https://packagist.org/packages/neighborhoods/yelp-fusion)

A library that interfaces with the Yelp Fusion (v3) API.

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

[](#installation)

#### Requirements

[](#requirements)

- PHP &gt;= 5.6
- Yelp Fusion API credentials

#### Installation

[](#installation-1)

`composer require neighborhoods/yelp-fusion`

Usage
-----

[](#usage)

#### Getting API key

[](#getting-api-key)

Yelp Fusion API uses private API Keys to authenticate requests. In order to set up your access to Yelp Fusion API, you need to create an app with Yelp.

See [Yelp's authentication documentation](https://www.yelp.com/developers/documentation/v3/authentication) for instructions.

#### Search

[](#search)

```
$params = [
    'categories' => 'arts',
    'latitude'   => 41.879562,
    'longitude'  => -87.624205,
    'radius'     => 16093,
];

$yelpData = $this->yelp->search($params, $apiKey);
$businesses = $yelpData->businesses;
```

See [Yelp's business search documentation](https://www.yelp.com/developers/documentation/v3/business_search) for the list of available search parameters and the shape of the results object.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 84.8% 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

Every ~142 days

Total

3

Last Release

2864d ago

Major Versions

1.0.1 → 2.0.02018-07-09

### Community

Maintainers

![](https://www.gravatar.com/avatar/1d462e83008c683703a82b06770e625b92114a119a09d668b690ceb604fd9b54?d=identicon)[MattStypa](/maintainers/MattStypa)

![](https://avatars.githubusercontent.com/u/8584765?v=4)[neighborhoods.com](/maintainers/neighborhoods)[@neighborhoods](https://github.com/neighborhoods)

---

Top Contributors

[![rteague](https://avatars.githubusercontent.com/u/877618?v=4)](https://github.com/rteague "rteague (28 commits)")[![MattStypa](https://avatars.githubusercontent.com/u/5871133?v=4)](https://github.com/MattStypa "MattStypa (5 commits)")

---

Tags

packagistphpyelp-apiyelp-fusion-apiyelpyelp-fusion

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/neighborhoods-yelp-fusion/health.svg)

```
[![Health](https://phpackages.com/badges/neighborhoods-yelp-fusion/health.svg)](https://phpackages.com/packages/neighborhoods-yelp-fusion)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[stevenmaguire/yelp-php

A php client for consuming Yelp API

57396.1k](/packages/stevenmaguire-yelp-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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