micseres / micro-service-reactor
微服务反应器
1.1.0
2021-04-20 07:56 UTC
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: 2024-09-20 15:16:54 UTC
README
用法
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(); }
许可证
软删除包是开源软件,根据MIT许可证授权。