jeboehm / uhcx-php-lib
uh.cx 链接缩短服务的 PHP 库。
v0.2
2015-05-24 16:53 UTC
Requires
- kriswallsmith/buzz: 0.13
This package is auto-updated.
Last update: 2024-08-29 04:03:24 UTC
README
这提供了一个用于 uh.cx 链接缩短服务的库。
安装
通过 composer
composer require jeboehm/uhcx-php-lib dev-master
用法
$link = \UhCx\Manager\Shortener::shorten('http://your.long.url.example.com/'); echo $link->getRedirect();
更多信息
更多信息请访问 http://uh.cx/
祝您玩得开心!