taobig/php-helper

A tool set for PHP projects


README

A tool set for PHP projects

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

INSTALLATION

Install via Composer

composer require taobig/php-helper

Versions

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