jeboehm/uhcx-php-lib

PHP library for the uh.cx link shortener.

v0.2 2015-05-24 16:53 UTC

This package is auto-updated.

Last update: 2024-04-29 03:07:11 UTC


README

This provides a library for the uh.cx link shortening service.

Build Status

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!