byjg/php-daemonize

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.github/workflows/phpunit.yml
.gitignore
.vscode/launch.json
LICENSE
README.md
_config.yml
composer.json
phpunit.xml.dist
scripts/daemonize
template/linux-crond-service.tpl
template/linux-initd-service.tpl
template/linux-systemd-service.tpl
template/linux-upstart-service.tpl
example.php2
src/Console/InstallCommand.php91
A
2 hrs
src/Console/RunCommand.php67
A
1 hr
src/Console/ServicesCommand.php41
src/Console/UninstallCommand.php30
src/Daemonize.php175
C
7 hrs
src/DaemonizeException.php6
src/Runner.php47
src/Sample/TryMe.php21
src/Sample/bootstrap-sample.php9
src/ServiceWriter.php41