#GiegQuote ##About GiegQuote is an API wrapper for the Quote.fm API
##Getting started It´s pretty simple:
<?php
require('GiegQuote.php');
$giegQuote = new GiegQuote();
//Example
$giegQuote->getCategories();
or have a look at my blog post
##Available Methods Look at the wiki for list of methods with their documentation.
##Example You can find a live demo of the 'Quote-Banner' example at gieglabs.net/projects/GiegQuote. PS: try to change the username parameter in your desired.
##Requirements The server has to support the 'JSON PHP extension' and all data should be encoded with UTF-8, cURL-Support is desired, but not required.