https://github.com/hillpy/php-tools
:wrench: A php tool library. 一个php工具库。
https://github.com/hillpy/php-tools
php-common-function php-tool-function php-tools phptool-lib
Last synced: 4 months ago
JSON representation
:wrench: A php tool library. 一个php工具库。
- Host: GitHub
- URL: https://github.com/hillpy/php-tools
- Owner: hillpy
- License: mit
- Created: 2018-11-19T07:22:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T10:53:00.000Z (over 5 years ago)
- Last Synced: 2025-08-20T01:41:49.090Z (7 months ago)
- Topics: php-common-function, php-tool-function, php-tools, phptool-lib
- Language: PHP
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## php-tools
> A php tool library. 一个php工具库。
### Run
* 安装开发环境依赖
```shell
$ composer install
```
* 执行测试(以测试Str.php为例)
```shell
$ ./vendor/bin/phpunit tests/StrTest.php
```