jeboehm / uhcx-php-lib
PHP library for the uh.cx link shortener.
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/jeboehm/uhcx-php-lib
Requires
- kriswallsmith/buzz: 0.13
This package is auto-updated.
Last update: 2025-09-29 01:43:34 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!