prinx/phputils
最新稳定版本:0.1.0
Composer 安装命令:
composer require prinx/phputils
包简介
PHP Utilities classes
README 文档
README
PHP Utilities classes
Installation
composer require prinx/phputils
Usage
Import the composer autoload file:
require_once 'path/to/vendor/autoload.php';
Then you can use the needed utility class:
use Prinx\Utils\Str; echo Str::isMaxLength('Woow', 5); // true
Utilities classes
Each utility class provides a set of static methods.
Str
Check the available methods here.
Date
Check the available methods here.
HTTP
Check the available methods here.
URL
Check the availableg methods here.
SMS
Check the available methods here.
统计信息
- 总下载量: 888
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 5
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-06-08