Simple reactPHP examples for learning purposes.
The topics of the examples will be:
- Timers (run/timer/sleep)
- Promises
- Ticks (future/next)
- Streams (pipe/in/out)
- Sockets (server/client)
- Child Process (child/parent/uptime)
Run composer install
composer install
Running scripts from root folder
php timers/periodic.php
Based on outdated Cees-Jan Kiewiet
ReactPHP tutorial
Fixed & improved legacy code examples.