https://github.com/mix-php/micro-etcd
Microservice registry-center and config-center using Etcd, developed based on Swoole
https://github.com/mix-php/micro-etcd
Last synced: 11 months ago
JSON representation
Microservice registry-center and config-center using Etcd, developed based on Swoole
- Host: GitHub
- URL: https://github.com/mix-php/micro-etcd
- Owner: mix-php
- Created: 2020-03-01T04:07:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-15T15:38:35.000Z (almost 4 years ago)
- Last Synced: 2025-03-26T17:41:55.064Z (12 months ago)
- Language: PHP
- Homepage:
- Size: 49.8 KB
- Stars: 4
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Mix Micro Etcd
使用 Etcd 的微服务注册中心和配置中心,基于 Swoole 开发
## Usage
安装:
```
composer require mix/micro-etcd
```
支持的 etcd 版本:
- V3
文档:
- 服务注册:https://www.kancloud.cn/onanying/mixphp2-2/1712341
- 配置中心:https://www.kancloud.cn/onanying/mixphp2-2/1712342
## License
Apache License Version 2.0, http://www.apache.org/licenses/