PHP Classes

Yelp: Retrieve information from places with the Yelp API

Recommend this page to a friend!
  Info   View files View files (3)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2024-01-11 (2 days ago) RSS 2.0 feedNot yet rated by the usersTotal: 243 This week: 1All time: 7,986 This week: 350Up
Version License PHP version Categories
yelp-api 1.0BSD License5.3PHP 5, Web services, Geography
Description 

Author

This class can retrieve information from places with the Yelp API.

It can send HTTP requests to the Yelp API Web servers to first obtain an access token.

The class can also retrieve other types of information about places and businesses using the API.

Picture of Egor Gumenuk
Name: Egor Gumenuk <contact>
Classes: 3 packages by
Country: United States United States
Innovation award
Innovation award
Nominee: 1x

Details

Based on https://github.com/Yelp/yelp-api/tree/master/v2/php # Usage # ```php <?php $config = array( 'consumer_key' => YOUR_CONSUMER_KEY, 'consumer_secret' => YOUR_CONSUMER_SECRET, 'token' => YOUR_TOKEN, 'token_secret' => YOUR_TOKEN_SECRET ); // Create yelp business api driver $yelp = new Yelp($config); // Returns json data if request is successful else throws YelpException $data = $yelp->get('some-business-name'); ```

  Files folder image Files  
File Role Description
Files folder imagelib (1 file)
Accessible without login Plain text file README.md Doc. Documentation
Plain text file Yelp.php Class Class source

  Files folder image Files  /  lib  
File Role Description
  Plain text file YOAuth.php Class Class source

 Version Control Unique User Downloads Download Rankings  
 100%
Total:243
This week:1
All time:7,986
This week:350Up