SAREhub/php_component_worker

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
phpunit.xml
composer.json
examples/run-example
LICENSE.md
phpmd-ruleset.xml
.codeclimate.yml
.gitattributes
phpdoc.xml
README.md
.travis.yml
cli/worker-manager@.service
cli/worker-cli-forwarder@.service
cli/worker-cli
.gitignore
src/SAREhub/Component/Worker/Command/CommandException.php4
A
0 mins
src/SAREhub/Component/Worker/WorkerException.php4
A
0 mins
src/SAREhub/Component/Worker/Command/CommandInput.php6
A
0 mins
src/SAREhub/Component/Worker/Command/CommandReplyInput.php6
A
0 mins
src/SAREhub/Component/Worker/Command/CommandFormat.php6
A
0 mins
src/SAREhub/Component/Worker/Command/CommandOutput.php6
A
0 mins
src/SAREhub/Component/Worker/Command/CommandReplyOutput.php6
A
0 mins
src/SAREhub/Component/Worker/Command/CommandInputServiceFactory.php6
A
0 mins
src/SAREhub/Component/Worker/Command/Command.php8
A
0 mins
src/SAREhub/Component/Worker/Worker.php9
A
0 mins
src/SAREhub/Component/Worker/WorkerCommands.php9
A
0 mins
src/SAREhub/Component/Worker/Logger/WorkerIdProcessor.php12
A
0 mins
src/SAREhub/Component/Worker/Service/Service.php13
A
0 mins
src/SAREhub/Component/Worker/Cli/SystemdHelper.php13
A
0 mins
src/SAREhub/Component/Worker/BasicWorker.php22
A
0 mins
src/SAREhub/Component/Worker/Command/ZmqCommandReplyInput.php25
A
0 mins
src/SAREhub/Component/Worker/Command/JsonCommandFormat.php25
A
0 mins
src/SAREhub/Component/Worker/Command/BasicCommand.php28
A
0 mins
src/SAREhub/Component/Worker/Manager/WorkerProcess.php29
A
0 mins
src/SAREhub/Component/Worker/Cli/CliCommand.php31
A
0 mins
src/SAREhub/Component/Worker/WorkerContext.php32
A
0 mins
cli/managers/test.php32
A
0 mins
src/SAREhub/Component/Worker/Command/ZmqCommandReplyOutput.php32
A
0 mins
cli/workerCliForwarder.php32
A
0 mins
src/SAREhub/Component/Worker/Command/ZmqCommandInput.php33
A
0 mins
src/SAREhub/Component/Worker/Command/ZmqCommandOutput.php33
A
0 mins
src/SAREhub/Component/Worker/Manager/ManagerCommands.php33
A
0 mins
src/SAREhub/Component/Worker/Manager/WorkerProcessFactory.php35
A
0 mins
src/SAREhub/Component/Worker/Cli/StartWorkerCommand.php37
C
7 hrs
src/SAREhub/Component/Worker/Cli/StopWorkerCommand.php37
C
7 hrs
cli/config.php40
A
0 mins
src/SAREhub/Component/Worker/Cli/StopManagerCommand.php40
A
0 mins
src/SAREhub/Component/Worker/Cli/StartManagerCommand.php46
A
0 mins
cli/workerManagerRunner.php47
A
0 mins
examples/WorkerManager/example.php51
A
0 mins
cli/test_worker/testWorkerRunner.php52
A
1 hr