micseres / micro-service-reactor
Micro Service Reactor
Installs: 12 182
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: >=7.2
- ext-json: *
- ext-sockets: *
- micseres/micro-service-dh: dev-master
- micseres/micro-service-encrypt: dev-master
Requires (Dev)
- phpunit/phpunit: >=7.2
This package is auto-updated.
Last update: 2025-01-20 16:10:25 UTC
README
Usage
protected function execute(InputInterface $input, OutputInterface $output): void { $this->input = $input; $this->output = $output; $this->microServiceReactor = new MicroServiceReactor('127.0.0.1', 9001, 'passport', 1000); $this->microServiceReactor->setController([$this, 'generate']); $this->microServiceReactor->setLogger([$this, 'log']); $this->microServiceReactor->process(); }
License
The Soft Deletable Bundle is open-sourced software licensed under the MIT license.