This provides a library for the uh.cx link shortening service.
Via composer:
composer require jeboehm/uhcx-php-lib dev-master
$link = \UhCx\Manager\Shortener::shorten('http://your.long.url.example.com/');
echo $link->getRedirect();
For more information visit http://uh.cx/
Have fun!