journey / daemon
Simple event-loop daemon written in PHP
v0.1.1
2014-10-06 17:34 UTC
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2024-11-05 01:52:42 UTC
README
Daemon is a simple event-loop daemon written in PHP. Although its not nearly as full featured as many other event-loop projects (looking at you react), it is incredibly small and light weight, and easily delegates its own operation to external objects.
Use composer to install it and load it.