PHPackages                             mahmoodr786/yelp-apiv3 - 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. mahmoodr786/yelp-apiv3

ActiveLibrary[API Development](/categories/api)

mahmoodr786/yelp-apiv3
======================

Yelp API V3 PHP Class

0168PHP

Since Dec 9Pushed 9y ago1 watchersCompare

[ Source](https://github.com/mahmoodr786/YelpAPIV3)[ Packagist](https://packagist.org/packages/mahmoodr786/yelp-apiv3)[ RSS](/packages/mahmoodr786-yelp-apiv3/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yelp API V3 PHP Class
=====================

[](#yelp-api-v3-php-class)

A PHP Class for Yelp API V3

- Manages access token
- Adds the token to headers with every request.

### Installation

[](#installation)

```
composer require mahmoodr786/yelp-apiv3
```

Load the class.

```
require "vendor/autoload.php";
use mahmoodr786\YelpAPI\YelpAPI;
```

Create an instance

```
$api = new YelpAPI(
    'ClientID',
    'Secret'
);
```

Query

```
$params = [
	'term' => 'food',
	'radius' => '500',
	'location' => '84123'
];
$data = $api->getData('businesses/search', $params);
print_r($data);
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/mahmoodr786-yelp-apiv3/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k12](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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