Skip to content

hasanagha/brewerydb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

BreweryDB's API PHP Library

A simple php library to communicate between brewery db's enpoints and custom php application.

Usage

$bdo = new BrewerDB(
  array(
    'api_key' => 'brewerydbs_api_key'
  )
);
 
$bdo->sendRequest('beer/random');`

About

Integration of BreweryDB API in a PHP application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages