Skip to content

This is an unofficial Urban Dictionary API which I am writing in PHP

Notifications You must be signed in to change notification settings

abrshdir/Urban-Dictionary-PHP-API

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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');

About

This is an unofficial Urban Dictionary API which I am writing in PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%