2017 © Pedro Peláez
 

library daemon

Simple PHP daemon which handles tasks

image

messy-one/daemon

Simple PHP daemon which handles tasks

  • Friday, June 10, 2016
  • by messyOne
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Daemon

Simple PHP daemon which handles database tasks, (*1)

Usage

See example folder. There is an implemantation using Doctrine 2 for persisting and Monolog for logging., (*2)

How to run

Just run the daemon.php in a own PHP instance., (*3)

I suggest using of a tool for daemonizing approaches. Such a tool could be Supervisor. An example config for Supervisor looks like:, (*4)

  [program:daemon]
  command=/usr/bin/php /var/www/myproject/daemon/daemon.php
  user=www-data
  autostart=true
  autorestart=true

The Versions

10/06 2016

dev-master

9999999-dev https://github.com/messyOne/Daemon

Simple PHP daemon which handles tasks

  Sources   Download

Apache-2.0

The Requires

  • php >=5.6.0

 

by Daniel Weiss

03/04 2016

1.2.0

1.2.0.0 https://github.com/messyOne/Daemon

Simple PHP daemon which handles tasks

  Sources   Download

Apache-2.0

The Requires

  • php >=5.6.0

 

by Daniel Weiss

14/12 2015

1.1.0

1.1.0.0 https://github.com/messyOne/Daemon

Simple PHP daemon which handles tasks

  Sources   Download

Apache-2.0

The Requires

  • php >=5.6.0

 

by Daniel Weiss

11/12 2015

1.0.1

1.0.1.0 https://github.com/messyOne/Daemon

Simple PHP daemon which handles tasks

  Sources   Download

Apache-2.0

The Requires

  • php >=5.6.0

 

by Daniel Weiss

11/12 2015

1.0.0

1.0.0.0 https://github.com/messyOne/daemon

Simple PHP daemon which handles tasks

  Sources   Download

Apache-2.0

The Requires

  • php >=5.6.0

 

The Development Requires

by Daniel Weiss