Skip to content

Files

Latest commit

author
dongxiong
Jun 13, 2013
b5e77e9 · Jun 13, 2013

History

History
17 lines (12 loc) · 366 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 366 Bytes

Urban Dictionary PHP API

This is an un-official Urban Dictionary PHP API.

Usage Example

//initialize UrbanDictionary API
$urbanDic = new UrbanDictionary();

//get the first definition of a word
$urbanDic->lookupDefinition('Hacker');

//get the autocomplete suggestions for a partial word
$urbanDic->lookupAutocompletions('Ha');