tenolo/utilities
Composer 安装命令:
composer require tenolo/utilities
包简介
Only some basic utility classes.
README 文档
README
Utilities Library
A growing collection of useful helper classes for PHP.
Install instructions
First you need to add tenolo/utilities to composer.json:
{
"require": {
"tenolo/utilities": "~1.0"
}
}
Please note that dev-master latest development version.
Of course you can also use an explicit version number, e.g., 1.0.*.
Then use it ;)
<?php namespace Some\Namespace; use Tenolo\Utilities\Utils\StringUtil; // index.php $id = StringUtil::getRandomID(8);
统计信息
- 总下载量: 1.11k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 5
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-08-21