Skip to content
This repository has been archived by the owner on Jun 13, 2018. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 320 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 320 Bytes

Smarter Coffee API for PHP

PHP Smarter Coffee API, inspired by https://github.com/AdenForshaw/smarter-coffee-api

Usage

$coffeeMaker = new SmarterCoffee('192.168.0.100');
$coffeeMaker->reset();
$coffeeMaker->setCups(4);
$coffeeMaker->setStrength(1);
$coffeeMaker->setGrind(true);
$coffeeMaker->brew();