PHPackages                             kuke/k8s-config-discovery - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. kuke/k8s-config-discovery

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kuke/k8s-config-discovery
=========================

k8s config map auto update

v1.0.2(4y ago)16MITPHPPHP &gt;=7.4

Since Dec 20Pushed 4y ago1 watchersCompare

[ Source](https://github.com/bastphp/k8s-config-discovery)[ Packagist](https://packagist.org/packages/kuke/k8s-config-discovery)[ RSS](/packages/kuke-k8s-config-discovery/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (3)Dependencies (9)Versions (4)Used By (0)

install
=======

[](#install)

```
composer require kuke/k8s-config-discovery

```

desc
====

[](#desc)

完美融合hyperf官方的config-center,提供autoload目录下的项目启动后配置的热更新,解决php项目使用k8s的configMap作为配置中心的问题.

useAge
======

[](#useage)

```
//config_center新加配置

'k8s' => [
            'driver' => Kuke\K8sConfigDiscovery\K8sDriver::class,//驱动文件
            'interval' => 3,//扫描时间
            'base_path' => 'config/autoload/',//要热更新的文件目录
            'listener_config' => [
                'kuke_test.php',
                'kuke_test1.php',
            ]//要监听的文件
        ]
    ],

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

1601d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e2c3bb3582ba9117365fffa4df7cbc182b704da3801f3e753e8cfb22e0407478?d=identicon)[liuguang\_php](/maintainers/liuguang_php)

---

Top Contributors

[![meate-onlines](https://avatars.githubusercontent.com/u/34360658?v=4)](https://github.com/meate-onlines "meate-onlines (7 commits)")

---

Tags

phphyperf

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/kuke-k8s-config-discovery/health.svg)

```
[![Health](https://phpackages.com/badges/kuke-k8s-config-discovery/health.svg)](https://phpackages.com/packages/kuke-k8s-config-discovery)
```

###  Alternatives

[hyperf/nacos

Nacos SDK

22487.9k10](/packages/hyperf-nacos)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
