ManneW / phuggles

A PHP client that wraps the Open Beer Database API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phuggles

A PHP client for Open Beer Database.

Requirements

  • PHP 5.3+

Example

<?php

require_once "./phuggles/phuggles.php";

// Get a beer by ID.
print_r(Phuggles\Beer::get(1));

Checkout example.php for more.

License

Phuggles uses the MIT license. See LICENSE for more details.

About

A PHP client that wraps the Open Beer Database API.

License:MIT License


Languages

Language:PHP 100.0%