yutas/phpdaemon

There is no license information available for the latest version (dev-master) of this package.

Framework designed for fast creation of daemons

Maintainers

Package info

github.com/yutas/phpdaemon

pkg:composer/yutas/phpdaemon

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 5

Open Issues: 0

dev-master 2014-03-13 20:41 UTC

This package is not auto-updated.

Last update: 2026-04-21 13:46:33 UTC


README

Small library to simplify creating of long running processing in php.

TODO:

  1. Make child ttl a config parameter
  2. Write readme about how to use it
  3. Maybe use reactphp to establish messaging between master and workers or write some abstract messaging system to be improved later
  4. Add comments =)