2017 © Pedro Peláez
 

library php-daemonize

Transform any class in a *nix daemon process or cron job without changes or refactoring.

image

byjg/php-daemonize

Transform any class in a *nix daemon process or cron job without changes or refactoring.

  • Thursday, June 15, 2017
  • by byjg
  • Repository
  • 1 Watchers
  • 5 Stars
  • 904 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 16 % Grown

The README.md

PHP Daemonize

Build Status Opensource ByJG GitHub source GitHub license GitHub release, (*1)

Transform any class in a *nix daemon process or cron job without changes or refactoring., (*2)

Features

Allow you to do the following without change your pre-existing class: - Create a *nix daemon process from any PHP class - Enable call any get RESt endpoint from the shell script - Enable call any public method from the shell script, (*3)

How To:

Install

Daemonize does not need to be associated to your PHP project., (*4)

Install locally (preferable):, (*5)

composer require "byjg/php-daemonize"

Install as a global composer package:, (*6)

composer global require "byjg/php-daemonize"
sudo ln -s /root/.composer/vendor/bin/daemonize /usr/local/bin/daemonize

# If you want to share this installation with another users consider use the command `chmod a+x /root`. 
# The root directory will remain unreadable for them, but you'll can execute the script "daemonize".

Dependencies

flowchart TD  
    byjg/daemonize --> symfone/console  

Open source ByJG, (*7)

The Versions

15/06 2017

dev-master

9999999-dev

Transform any class in a *nix daemon process or cron job without changes or refactoring.

  Sources   Download

MIT

The Requires

 

by João Gilberto Magalhães

14/06 2017

1.3.1

1.3.1.0

Transform any class in a *nix daemon process or cron job without changes or refactoring.

  Sources   Download

MIT

The Requires

 

by João Gilberto Magalhães

14/06 2017

1.3.0

1.3.0.0

Transform any class in a *nix daemon process or cron job without changes or refactoring.

  Sources   Download

MIT

The Requires

 

by João Gilberto Magalhães

27/03 2017

1.3.x-dev

1.3.9999999.9999999-dev

Transform any class in a *nix daemon process or cron job without changes or refactoring.

  Sources   Download

MIT

The Requires

 

by João Gilberto Magalhães

18/06 2016

1.2.0

1.2.0.0

Transform any class in a *nix daemon process or cron job without changes or refactoring.

  Sources   Download

MIT

The Requires

 

by João Gilberto Magalhães

29/01 2016

1.1.3

1.1.3.0

Transform any class in a *nix daemon process or cron job without changes or refactoring.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by João Gilberto Magalhães

01/09 2015

1.1.2

1.1.2.0

Transform any class in a *nix daemon process or cron job without changes or refactoring.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by João Gilberto Magalhães

21/08 2015

1.1.1

1.1.1.0

Transform any class in a *nix daemon process or cron job without changes or refactoring.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by João Gilberto Magalhães

17/08 2015

1.1.0

1.1.0.0

Transform any class in a *nix daemon process or cron job without changes or refactoring.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by João Gilberto Magalhães

12/08 2015

1.0.1

1.0.1.0

Transform any class in a *nix daemon process or cron job without changes or refactoring.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by João Gilberto Magalhães

30/07 2015

1.0.0

1.0.0.0

Transform any class in a *nix daemon process or cron job without changes or refactoring.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by João Gilberto Magalhães