|
1 | 1 | # php-pkg-template |
2 | 2 |
|
3 | | -[](LICENSE) |
4 | | -[](https://packagist.org/packages/inherelab/php-pkg-template) |
5 | | -[](https://github.com/inherelab/php-pkg-template) |
6 | | -[](https://github.com/inherelab/php-pkg-template/actions) |
| 3 | +[](LICENSE) |
| 4 | +[](https://packagist.org/packages/phppkg/taskpm) |
| 5 | +[](https://github.com/phppkg/taskpm) |
| 6 | +[](https://github.com/phppkg/taskpm/actions) |
7 | 7 |
|
8 | | -TODO: package_description |
| 8 | +Run multi tasks by PHP multi process |
9 | 9 |
|
10 | 10 | ## Install |
11 | 11 |
|
12 | 12 | **composer** |
13 | 13 |
|
14 | 14 | ```bash |
15 | | -composer require inherelab/php-pkg-template |
| 15 | +composer require phppkg/taskpm |
16 | 16 | ``` |
17 | 17 |
|
18 | 18 | ## Usage |
19 | 19 |
|
20 | 20 | - github: `use the template` for quick create project |
21 | 21 | - clone this repository to local |
22 | 22 | - search `package_description` and replace your package description |
23 | | -- search all `inherelab/php-pkg-template` and replace to your package name. |
| 23 | +- search all `phppkg/taskpm` and replace to your package name. |
24 | 24 | - contains all words like `InhereLab\DemoPkg` |
25 | 25 | - update `composer.json` contents, field: name, description, require, autoload |
26 | 26 |
|
| 27 | +## Refers |
| 28 | + |
| 29 | +- https://github.com/upfor/forkman |
| 30 | + - https://github.com/SegmentFault/SimpleFork |
| 31 | +- https://github.com/huyanping/simple-fork-php |
| 32 | +- https://github.com/Arara/Process |
| 33 | +- https://github.com/bouiboui/spawn |
| 34 | +- https://github.com/symplely/processor |
| 35 | +- https://github.com/symplely/coroutine |
| 36 | + |
27 | 37 | ## License |
28 | 38 |
|
29 | 39 | [MIT](LICENSE) |
0 commit comments