journey/daemon

Simple event-loop daemon written in PHP

v0.1.1 2014-10-06 17:34 UTC

This package is not auto-updated.

Last update: 2024-04-22 23:33:22 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.