jeboehm / uhcx-php-lib
PHP library for the uh.cx link shortener.
v0.2
2015-05-24 16:53 UTC
Requires
- kriswallsmith/buzz: 0.13
This package is auto-updated.
Last update: 2024-10-29 04:36:26 UTC
README
This provides a library for the uh.cx link shortening service.
Installation
Via composer:
composer require jeboehm/uhcx-php-lib dev-master
Usage
$link = \UhCx\Manager\Shortener::shorten('http://your.long.url.example.com/'); echo $link->getRedirect();
More information
For more information visit http://uh.cx/
Have fun!