Recommend this page to a friend! |
![]() ![]() |
Info | ![]() |
![]() ![]() |
Reputation | Support forum (1) | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not yet rated by the users | Total: 234 | All time: 7,975 This week: 386![]() |
Version | License | PHP version | Categories | |||
yelp-api 1.0 | BSD License | 5.3 | PHP 5, Web services, Geography |
Description | Author | |||||||||||||||||||||||
This class can retrieve information from places with the Yelp API. |
|
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'); ``` |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Related pages |
GitHub repository |