We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b3099d commit b79414dCopy full SHA for b79414d
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "terremoth/php-async",
3
- "description": "",
+ "description": "Write async PHP processes or process async files with no phtreads, parallel or reactive libs",
4
"type": "library",
5
"require": {
6
"php": "^8.2",
@@ -9,7 +9,9 @@
9
"ext-shmop": "*"
10
},
11
"keywords": [
12
- "project-template"
+ "async",
13
+ "async-process",
14
+ "parallel-processing"
15
],
16
"require-dev": {
17
"phpunit/phpunit": "^10.0",
0 commit comments