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 4121d5c commit b9342f4Copy full SHA for b9342f4
1 file changed
README.md
@@ -28,7 +28,11 @@ $shell->end();
28
$loop->run();
29
```
30
31
-See also the [examples](examples).
+See also the [examples](examples):
32
+
33
+* [Run shell commands within a bash shell](examples/bash.php)
34
+* [Run PHP code within an interactive PHP shell](examples/php.php)
35
+* [Run shell commands within a docker container](examples/docker.php)
36
37
## Install
38
0 commit comments