Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 105 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 105 Bytes

URL Shortener

$url = new Shortener('YOUR_API_KEY');
$url->shorten('http://LINK_TO_SHORT');