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 8eca49f commit 4e288b7Copy full SHA for 4e288b7
README.md
@@ -83,6 +83,9 @@ Node.js (V8).
83
Promises/A implementation for PHP.
84
[Read the documentation](https://github.com/reactphp/promise)
85
86
+* **Async**
87
+ Async utilities and fibers for ReactPHP.
88
+ [Read the documentation](https://github.com/reactphp/async)
89
90
## Network Components
91
composer.json
@@ -9,6 +9,7 @@
9
},
10
"require": {
11
"php": ">=5.3.8",
12
+ "react/async": "^4@dev || ^3@dev || ^2@dev",
13
"react/cache": "^1.1",
14
"react/dns": "^1.9",
15
"react/event-loop": "^1.3",
0 commit comments