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 months ago) RSS 2.0 feedNot enough user ratingsTotal: 244 This week: 1All time: 7,989 This week: 560Up
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 is available for providing paid consulting. Contact Egor Gumenuk .
Classes: 3 packages by
Country: United States United States
Age: 31
All time rank: 2571351 in United States United States
Week rank: 106 Up12 in United States United States Up
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:244
This week:1
All time:7,989
This week:560Up