An open API service indexing awesome lists of open source software.

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工具库。

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
```