taobig/php-helper

PHP项目工具集


README

PHP项目工具集

Latest Stable Version Latest Unstable Version Total Downloads License Build Status Coverage Status

安装

通过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