2 Star 3 Fork 2

Saopig/imi-config-center

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Imi-Config-Center

安装:composer require phpben/imi-config-center

基于Imi-Swoole的配置中心
目前只支持阿里云产品ACM NACOS等
如果有热心网友愿意提供配置中心服务器仅供测试的话感激不尽


需要在config目录下新建website.php配置文件
并且在config/config.php配置

    'configs'    =>    [
        'beans'        =>    __DIR__.'/beans.php',
        'website'        =>    __DIR__.'/website.php',
    ],

所有配置都会动态修改到website配置中,你可以使用imi的Imi\Config::get("@app.website.xxx")获取配置
或者使用config函数直接获取配置,例如 config("xxx")
不管是文件还是阿里云其他驱动都如此,文件配置支持热更新修改

在beans配置增加相关配置:

    'ConfigCenter' => [
        // 同步配置间隔时间
        'interval' => 5,
        // 驱动类名
        'driver' => \Phpben\Imi\ConfigCenter\Driver\AliyunMseNacos::class,
        // 阿里云MSENacos配置
        'aliyun_mse_nacos' => [
            // endpoint
            'endpoint' => "mse-xxxxxx-p.nacos-ans.mse.aliyuncs.com",
            // SK
            'secret_key' => "",
            // AK
            'access_key' => "",
            // 实例ID
            'instance_id' => "",
            // DATA_ID
            'data_id' => "",
            // GROUPID
            'group' => "",
            // 命名空间
            'namespace' => "",
        ],
        // 阿里云ACM配置
        'aliyun_acm' => [
            // 命名空间
            'namespace' => "",
            // GROUPID
            'group' => "",
            // SK
            'secret_key' => "",
            // AK
            'access_key' => "",
            // endpoint
            'endpoint' => "acm.aliyun.com",
            // DATA_ID
            'data_id' => "",
        ],
        // FILE文件驱动配置
        'file' => [

        ],
    ],
MIT License Copyright (c) 2021 Saopig Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

基于IMI的配置中心 展开 收起
PHP
MIT
取消

发行版 (5)

全部

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/phpben/imi-config-center.git
git@gitee.com:phpben/imi-config-center.git
phpben
imi-config-center
imi-config-center
master

搜索帮助

Cb406eda 1850385 E526c682 1850385