php-daemonize

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

MIT License

Downloads
4.6K
Stars
5
Committers
1

Bot releases are visible (Hide)

php-daemonize - Release 4.9.1 Latest Release

Published by byjg 5 months ago

What's Changed

daemonize run \
    "\\ByJG\\Daemon\\Sample\\TryMe::ping"
    --arg value1
    --arg value2
  • Add DAEMONIZE_MEMORY_LIMIT to define the memory_limit for the daemonize process

Full Changelog: https://github.com/byjg/php-daemonize/compare/4.9.0...4.9.1

php-daemonize - Release 4.9.0

Published by byjg over 1 year ago

What's Changed

Full Changelog: https://github.com/byjg/php-daemonize/compare/1.3.1...4.9.0

php-daemonize - Release 1.3.1

Published by byjg over 7 years ago

Fix arguments with double quote.

php-daemonize - Release 1.3.0

Published by byjg over 7 years ago

Create several type of templates

  • Upstart
  • SystemD
  • init.d

Now we create a PHP File to make it easier hack the call.

php-daemonize - Release 1.2.0

Published by byjg over 8 years ago

Changed the command line script.

The method 'daemonize list' was renamed to 'daemonize services'

php-daemonize - Release 1.1.3

Published by byjg over 8 years ago

Package Rankings
Top 21.8% on Packagist.org
Badges
Extracted from project README
Build Status Opensource ByJG GitHub source GitHub license GitHub release
Related Projects