taobig / php-helper
A tool set for PHP projects
Installs: 1 474
Dependents: 2
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/taobig/php-helper
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: 2025-10-10 17:58:46 UTC
README
A tool set for PHP projects
INSTALLATION
Install via Composer
composer require taobig/php-helper
Versions
| Major Version | PHP Compatibility | Initial Release | Active Support | Security Support | 
|---|---|---|---|---|
| 1.x | PHP 7.0 - PHP 7.4 | 2018-09-25 | ❎ | ✅ | 
| 2.x | >= PHP 7.4 | 2020-01-11 | ✅ | ✅ | 
Static analysis
The code is statically analyzed with Psalm. To run static analysis:
./vendor/bin/psalm
Usage
use taobig\helpers\StringHelper;
StringHelper::startsWith("hello world", "hello ");//true
...
Test-case: https://github.com/taobig/php-helper/tree/master/tests/helpers