taobig / php-helper
PHP项目工具集
v2.0.27
2024-08-10 15:32 UTC
Requires
- php: ^7.4 || ^8.0
- php-64bit: ^7.4 || ^8.0
- ext-bcmath: *
- ext-ctype: *
- ext-json: *
- ext-mbstring: *
- guzzlehttp/guzzle: ^7.0
- symfony/polyfill-php80: ^1.22
- symfony/polyfill-php81: ^1.23
- symfony/polyfill-php83: ^1.30
Requires (Dev)
- aliyuncs/oss-sdk-php: ~2.0
- php-coveralls/php-coveralls: ^2.2
- phpunit/phpunit: ^9.0
- vimeo/psalm: ^4.4
- dev-master
- v2.0.27
- v2.0.26
- v2.0.25
- v2.0.24
- v2.0.23
- v2.0.22
- v2.0.21
- v2.0.20
- v2.0.19
- v2.0.18
- v2.0.17
- v2.0.16
- v2.0.15
- v2.0.14
- v2.0.10
- v2.0.9
- v2.0.8
- v2.0.7
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.0
- v1.3.5
- v1.3.4
- v1.3.3
- v1.3.2
- v1.3.0
- v1.2.6.3
- v1.2.6.2
- v1.2.6.1
- v1.2.6
- v1.2.5.1
- v1.2.5
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.11
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- v0.0.5
- v0.0.4
- v0.0.3
- v0.0.2
- v0.0.1
- dev-feature/json_convertor
- dev-branch-v1
- dev-feature/int_helpper
This package is auto-updated.
Last update: 2024-09-10 15:48:58 UTC
README
PHP项目工具集
安装
通过Composer安装
composer require taobig/php-helper
版本
静态分析
代码使用 Psalm 进行静态分析。要运行静态分析
./vendor/bin/psalm
使用方法
use taobig\helpers\StringHelper;
StringHelper::startsWith("hello world", "hello ");//true
...
测试用例: https://github.com/taobig/php-helper/tree/master/tests/helpers