Skip to content

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

License

Notifications You must be signed in to change notification settings

hillpy/php-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-tools

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

Run

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