hametuha/string-utility
最新稳定版本:1.2.0
Composer 安装命令:
composer require hametuha/string-utility
包简介
PHP traits of string helper functions.
README 文档
README
PHP utility traits of string related functions.
Installation
composer require hametuha/string-utility
How To Use
<?php
MyClass {
use Hametuha\StringUtility\NamingConventions;
}
$my_instance = new MyClass();
echo $my_instance->camel_to_kebab( 'MyClassName' );
// -> 'my-class-name'
Lisence
GPL 3.0 or later.
统计信息
- 总下载量: 14.58k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2019-07-16