SAREhub/php_component_worker

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.gitattributes
.gitignore
.travis.yml
LICENSE.md
README.md
cli/config.php40
A
0 mins
cli/managers/test.php32
A
0 mins
cli/test_worker/testWorkerRunner.php52
A
1 hr
cli/worker-cli
cli/worker-cli-forwarder@.service
cli/worker-manager@.service
cli/workerCliForwarder.php32
A
0 mins
cli/workerManagerRunner.php47
A
0 mins
composer.json
examples/WorkerManager/example.php51
A
0 mins
examples/WorkerManager/workerScript.php62
A
1 hr
examples/run-example
phpdoc.xml
phpmd-ruleset.xml
phpunit.xml
src/SAREhub/Component/Worker/BasicWorker.php22
A
0 mins
src/SAREhub/Component/Worker/Cli/Cli.php70
A
0 mins
src/SAREhub/Component/Worker/Cli/CliBootstrap.php72
A
0 mins
src/SAREhub/Component/Worker/Cli/CliCommand.php31
A
0 mins
src/SAREhub/Component/Worker/Cli/CliWorkerManagerConfigBuilder.php95
A
0 mins
src/SAREhub/Component/Worker/Cli/StartManagerCommand.php46
A
0 mins
src/SAREhub/Component/Worker/Cli/StartWorkerCommand.php37
C
7 hrs
src/SAREhub/Component/Worker/Cli/StopManagerCommand.php40
A
0 mins
src/SAREhub/Component/Worker/Cli/StopWorkerCommand.php37
C
7 hrs
src/SAREhub/Component/Worker/Cli/SystemdHelper.php13
A
0 mins
src/SAREhub/Component/Worker/Cli/WorkerManagerBootstrap.php122
A
0 mins
src/SAREhub/Component/Worker/Command/BasicCommand.php28
A
0 mins
src/SAREhub/Component/Worker/Command/Command.php8
A
0 mins
src/SAREhub/Component/Worker/Command/CommandException.php4
A
0 mins
src/SAREhub/Component/Worker/Command/CommandFormat.php6
A
0 mins
src/SAREhub/Component/Worker/Command/CommandInput.php6
A
0 mins
src/SAREhub/Component/Worker/Command/CommandInputServiceFactory.php6
A
0 mins
src/SAREhub/Component/Worker/Command/CommandOutput.php6
A
0 mins
src/SAREhub/Component/Worker/Command/CommandReply.php65
A
0 mins
src/SAREhub/Component/Worker/Command/CommandReplyInput.php6
A
0 mins
src/SAREhub/Component/Worker/Command/CommandReplyOutput.php6
A
0 mins
src/SAREhub/Component/Worker/Command/CommandRequest.php63
A
0 mins
src/SAREhub/Component/Worker/Command/CommandService.php100
A
0 mins
src/SAREhub/Component/Worker/Command/JsonCommandFormat.php25
A
0 mins
src/SAREhub/Component/Worker/Command/ZmqCommandInput.php33
A
0 mins
src/SAREhub/Component/Worker/Command/ZmqCommandInputServiceFactory.php58
A
0 mins
src/SAREhub/Component/Worker/Command/ZmqCommandOutput.php33
A
0 mins
src/SAREhub/Component/Worker/Command/ZmqCommandReplyInput.php25
A
0 mins
src/SAREhub/Component/Worker/Command/ZmqCommandReplyOutput.php32
A
0 mins