Skip to content

finalcut/untappd-async

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Untappd-async

A high performance PHP library for the Untappd version 4 API


An example usage

Included in the repository are unit tests inside the tests directory as well as an easy to run script names simpleTest.php. You can load simpleTest.php up in a browser and you should see it working.

$Untappd = new EpiUntappd($clientId, $clientSecret);
// http://api.untappd.com/v4/checkin/add
$checkin = $Untappd->post('/checkin/add', array(
    'gmt_offset' => '-5', 'timezone' => 'EST', 'bid'=>3358
  )
);
echo "This is your {$checkin->response->stats->beer_month} beer this month and your {$checkin->response->stats->beer_month} overall.";

Documentation

There's complete documentation available on Github at https://github.com/finalcut/untappd-async/wiki

The authors

Get in touch with the author if you have suggestions or questions.

Bill Rawlinson
bill-at-rawlinson.us
http://rawlinson.us

Note: this is based heavily on the work done on the foursquare-async library https://github.com/jmathai/Untappd-async

About

A high performance PHP library for the Untappd version 4 API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages