mikica/shorturl
最新稳定版本:1.01
Composer 安装命令:
composer require mikica/shorturl
包简介
Turns a long URL into a much shorter one.
README 文档
README
PHP Package - Turns a long URL into a much shorter one.
###Usage
use ShortUrl\UrlService; UrlService::create('http://www.example.com');
Installing ShortUrl
The recommended way to install ShortUrl is through Composer.
# Install Composer curl -sS https://getcomposer.org/installer | php
Next, run the Composer command to install the latest stable version of ShortUrl:
composer.phar require mikica/shorturl
After installing, you need to require Composer's autoloader:
require 'vendor/autoload.php';
You can then later update ShortUrl using composer:
composer.phar update
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-09-29