Download the PHP package imiphp/imi-config-center without Composer
On this page you can find all versions of the php package imiphp/imi-config-center. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download imiphp/imi-config-center
More information about imiphp/imi-config-center
Files in imiphp/imi-config-center
Download imiphp/imi-config-center
More information about imiphp/imi-config-center
Files in imiphp/imi-config-center
Vendor imiphp
Package imi-config-center
Short Description imi 框架配置中心组件。imi configuration center.
License MulanPSL-2.0
Package imi-config-center
Short Description imi 框架配置中心组件。imi configuration center.
License MulanPSL-2.0
Please rate this library. Is it a good library?
Informations about the package imi-config-center
imi-config-center
介绍
此项目是 imi 框架的配置中心组件,仅包含抽象定义,无实现代码。请结合具体实现的配置组件使用。
正在开发中,随时可能修改,请勿用于生产环境!
支持的配置中心:
-
[x] Nacos (imi-nacos)
-
[ ] Apollo
-
[x] etcd (imi-etcd)
-
[ ] Consul
- [x] Zookeeper (imi-zookeeper)
……
设计
监听模式
工作进程模式
每个进程自己监听,适用于 Swoole 环境。
进程模式
由一个专门的进程监听,并通知到其它进程。适用于 Swoole、Workerman 环境。
对配置中心压力更小。
php-fpm 模式比较特殊,是走的文件缓存逻辑。超过一定时间才去请求配置中心,获取数据,实时性有一定影响。
监听方式
客户端轮询
客户端定时请求配置中心,对配置中心服务端压力较大,但是最为通用。
服务端推送(长轮询)
如果配置中心支持服务端推送(长轮询),建议用这个方式,对配置中心服务端压力较小。
社群
微信群:
打赏赞助: https://www.imiphp.com/donate.html
运行环境
版权信息
imi-config-center
遵循 MulanPSL-2.0 开源协议发布,并提供免费使用。
捐赠
开源不求盈利,多少都是心意,生活不易,随缘随缘……
All versions of imi-config-center with dependencies
PHP Build Version
Package Version
No informations.
The package imiphp/imi-config-center contains the following files
Loading the files please wait ....