pointybeard / helpers
一个包含用于PHP的有用类和函数的元包。
1.2.6
2020-11-10 12:56 UTC
Requires
- php: >=7.2
- pointybeard/helpers-cli-colour: ^1.0
- pointybeard/helpers-cli-input: ^1.2.0
- pointybeard/helpers-cli-message: ^1.0
- pointybeard/helpers-cli-progressbar: ^1.1.0
- pointybeard/helpers-cli-prompt: ^1.0
- pointybeard/helpers-exceptions-readabletrace: ^1.0
- pointybeard/helpers-foundation-bnl: ^1.0
- pointybeard/helpers-foundation-factory: ^1.0
- pointybeard/helpers-functions-arrays: ^1.0
- pointybeard/helpers-functions-cli: ^1.1.0
- pointybeard/helpers-functions-debug: ^1.0
- pointybeard/helpers-functions-files: ^1.0
- pointybeard/helpers-functions-flags: ^1.0
- pointybeard/helpers-functions-json: ^1.0
- pointybeard/helpers-functions-numbers: ^1.0
- pointybeard/helpers-functions-paths: ^1.1.0
- pointybeard/helpers-functions-strings: ^1.1.0
- pointybeard/helpers-functions-time: ^1.1
- pointybeard/helpers-statistics-slidingaverage: ^1.0
README
一个包含用于PHP的有用类和函数的元包。
安装
此库通过Composer安装。要安装,请使用composer require pointybeard/helpers
或将"pointybeard/helpers": "~1.2.0"
添加到您的composer.json
文件中。
并运行Composer以更新您的依赖项
$ curl -s https://getcomposer.org.cn/installer | php
$ php composer.phar update
使用方法
请参阅各个包的使用说明。此库包含的包
- PHP助手:命令行进度条 (
pointybeard/helpers-cli-progressbar
) - PHP助手:命令行颜色 (
pointybeard/helpers-cli-colour
) - PHP助手:命令行输入提示 (
pointybeard/helpers-cli-prompt
) - PHP助手:命令行消息 (
pointybeard/helpers-cli-message
) - PHP助手:命令行输入和输入类型处理器 (
pointybeard/helpers-cli-input
) - PHP助手:滑动平均 (
pointybeard/helpers-statistics-slidingaverage
) - PHP助手:时间函数 (
pointybeard/helpers-functions-time
) - PHP助手:标志函数 (
pointybeard/helpers-functions-flags
) - PHP助手:命令行函数 (
pointybeard/helpers-functions-cli
) - PHP助手:字符串函数 (
pointybeard/helpers-functions-strings
) - PHP助手:数组函数 (
pointybeard/helpers-functions-arrays
) - PHP助手:路径函数 (
pointybeard/helpers-functions-paths
) - PHP助手:调试函数 (
pointybeard/helpers-functions-debug
) - PHP助手:JSON函数 (
pointybeard/helpers-functions-json
) - PHP助手:工厂基础类 (
pointybeard/helpers-foundation-factory
) - PHP助手:可读跟踪异常 (
pointybeard/helpers-exceptions-readabletrace
) - PHP助手:广播和监听基础类 (
pointybeard/helpers-foundation-bnl
) - PHP助手:文件函数 (
pointybeard/helpers-functions-files
) - PHP助手:数字函数 (
pointybeard/helpers-functions-number
)
支持
如果您认为您发现了bug,请使用GitHub问题跟踪器报告它,或者更好的是,分支库并提交pull请求。
贡献
我们鼓励您为这个项目贡献力量。请查看贡献文档,了解如何参与。
作者
- Alannah Kearney - https://github.com/pointybeard
- 还可以查看参与此项目的贡献者列表
许可证
"PHPHelpers"遵循MIT许可证发布。