micseres/micro-service-reactor
Composer 安装命令:
composer require micseres/micro-service-reactor
包简介
Micro Service Reactor
README 文档
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.
统计信息
- 总下载量: 12.18k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-09-24