hillpy/php-tools

A php tool library. 一个php工具库。

0.0.1 2019-10-17 07:43 UTC

This package is auto-updated.

Last update: 2024-04-17 19:23:32 UTC


README

A php tool library. 一个php工具库。

Run

  • 安装开发环境依赖
  $ composer install
  • 执行测试(以测试Str.php为例)
  $ ./vendor/bin/phpunit tests/StrTest.php