# php-tools **Repository Path**: hillpy/php-tools ## Basic Information - **Project Name**: php-tools - **Description**: A php tool library. 一个php工具库。 - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2019-10-14 - **Last Updated**: 2022-05-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## php-tools > A php tool library. 一个php工具库。 ### Run * 安装开发环境依赖 ```shell $ composer install ``` * 执行测试(以测试Str.php为例) ```shell $ ./vendor/bin/phpunit tests/StrTest.php ```