alecrabbit/php-helpers
Composer 安装命令:
composer require alecrabbit/php-helpers
包简介
PHP helpers functions
README 文档
README
Set of useful helper functions
Installation
composer require alecrabbit/php-helpers
Usage
See examples
Quick example
use function \AlecRabbit\typeOf; echo typeOf(1); // "integer"
Functions
Miscellaneous Functions
- typeOf()
- swap()
- inContainer()
- inRange()
- onWindows()
Array functions
- is_homogeneous()
- formatted_array()
- array_unset_first()
- array_unset_last()
Numeric functions
- is_negative()
- bounds()
- trim_zeros()
Object functions
- callMethod()
- getValue()
Time functions
- now()
- carbon()
- base_timestamp()
String functions
- tag()
- brackets()
- str_wrap()
- format_bytes()
- format_time()
- format_time_auto()
- boolToStr()
统计信息
- 总下载量: 8.46k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 9
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-10-12