micseres / micro-service-bundle
Micro Service Bundle
Installs: 12 184
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
Open Issues: 3
Type:symfony-bundle
Requires
- php: >=7.2
- ext-json: *
- ext-sockets: *
- micseres/micro-service-reactor: dev-master
- symfony/config: ^4.1|^5.0
- symfony/dependency-injection: ^4.0|^5.0
- symfony/http-kernel: ^4.1|^5.0
Requires (Dev)
- phpunit/phpunit: >=7.2
This package is auto-updated.
Last update: 2025-02-05 01:38:22 UTC
README
Config
micro_service: connections: passport: ip: 127.0.0.1 port: 9001 route: passport apiKey: pass algorithm: aes128
Register
return [ \Micseres\MicroServiceBundle\MicroServiceBundle::class => ['all' => true], ];
Usage
protected function execute(InputInterface $input, OutputInterface $output): void { $this->input = $input; $this->output = $output; $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.