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

https://github.com/takuya/php-helper-functions


https://github.com/takuya/php-helper-functions

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# php-helper-functions

ちょっとした関数を何度も書くのすら面倒になったのでここに集めておく。

# 使い方

```shell
name='php-helper-functions'
composer config repositories.$name \
vcs https://github.com/takuya/$name
composer require takuya/$name
```

# 関数を増やすとき

```shell
php src/bin/gen_func.php Array array_first;
```
### テスト作成
```shell
php tests/gen_tests.php
```

# テスト
paratest が速くていい。
```shell
vendor/bin/paratest
```