2017 © Pedro Peláez
 

project yelp-fusion

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

image

neighborhoods/yelp-fusion

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

  • Monday, July 9, 2018
  • by MattStypa
  • Repository
  • 17 Watchers
  • 4 Stars
  • 780 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 5 % Grown

The README.md

Neighborhoods Yelp-Fusion Library

Build Status Latest Stable Version Total Downloads License, (*1)

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

Installation

Requirements

  • PHP >= 5.6
  • Yelp Fusion API credentials

Installation

composer require neighborhoods/yelp-fusion, (*3)

Usage

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., (*4)

See Yelp's authentication documentation for instructions., (*5)

$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 for the list of available search parameters and the shape of the results object., (*6)

The Versions

09/07 2018

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rashaud Teague

yelp yelp-fusion

09/07 2018

2.0.0

2.0.0.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rashaud Teague

yelp yelp-fusion

06/07 2018

2.0.x-dev

2.0.9999999.9999999-dev

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rashaud Teague

yelp yelp-fusion

28/09 2017

1.0.1

1.0.1.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rashaud Teague

yelp yelp-fusion

28/09 2017

1.0.0

1.0.0.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rashaud Teague

yelp yelp-fusion