Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 496 Bytes

File metadata and controls

25 lines (16 loc) · 496 Bytes

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!