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/worker-cli
cli/worker-cli-forwarder@.service
cli/worker-manager@.service
composer.json
examples/run-example
phpdoc.xml
phpmd-ruleset.xml
phpunit.xml
cli/config.php40
cli/managers/test.php32
cli/test_worker/testWorkerRunner.php52
A
1 hr
cli/workerCliForwarder.php32
cli/workerManagerRunner.php47
examples/WorkerManager/example.php51
examples/WorkerManager/workerScript.php62
A
1 hr
src/SAREhub/Component/Worker/BasicWorker.php22
src/SAREhub/Component/Worker/Cli/Cli.php70
src/SAREhub/Component/Worker/Cli/CliBootstrap.php72
src/SAREhub/Component/Worker/Cli/CliCommand.php31
src/SAREhub/Component/Worker/Cli/CliWorkerManagerConfigBuilder.php95
src/SAREhub/Component/Worker/Cli/StartManagerCommand.php46
src/SAREhub/Component/Worker/Cli/StartWorkerCommand.php37
C
7 hrs
src/SAREhub/Component/Worker/Cli/StopManagerCommand.php40
src/SAREhub/Component/Worker/Cli/StopWorkerCommand.php37
C
7 hrs
src/SAREhub/Component/Worker/Cli/SystemdHelper.php13
src/SAREhub/Component/Worker/Cli/WorkerManagerBootstrap.php122
src/SAREhub/Component/Worker/Command/BasicCommand.php28
src/SAREhub/Component/Worker/Command/Command.php8
src/SAREhub/Component/Worker/Command/CommandException.php4
src/SAREhub/Component/Worker/Command/CommandFormat.php6
src/SAREhub/Component/Worker/Command/CommandInput.php6
src/SAREhub/Component/Worker/Command/CommandInputServiceFactory.php6
src/SAREhub/Component/Worker/Command/CommandOutput.php6
src/SAREhub/Component/Worker/Command/CommandReply.php65
src/SAREhub/Component/Worker/Command/CommandReplyInput.php6
src/SAREhub/Component/Worker/Command/CommandReplyOutput.php6
src/SAREhub/Component/Worker/Command/CommandRequest.php63
src/SAREhub/Component/Worker/Command/CommandService.php100
src/SAREhub/Component/Worker/Command/JsonCommandFormat.php25
src/SAREhub/Component/Worker/Command/ZmqCommandInput.php33
src/SAREhub/Component/Worker/Command/ZmqCommandInputServiceFactory.php58
src/SAREhub/Component/Worker/Command/ZmqCommandOutput.php33
src/SAREhub/Component/Worker/Command/ZmqCommandReplyInput.php25
src/SAREhub/Component/Worker/Command/ZmqCommandReplyOutput.php32