PHPackages                             ltotal/config\_client - 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. ltotal/config\_client

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

ltotal/config\_client
=====================

0.207(3y ago)054PHPPHP &gt;=5.6

Since Mar 14Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ltotal/config_client)[ Packagist](https://packagist.org/packages/ltotal/config_client)[ RSS](/packages/ltotal-config-client/feed)WikiDiscussions dev Synced 1mo ago

READMEChangelogDependencies (1)Versions (8)Used By (0)

ConfigClient
============

[](#configclient)

安装
--

[](#安装)

```
composer require ltotal/config_client

```

使用
--

[](#使用)

```
require_once './vendor/autoload.php';

use Ltotal\ConfigClient\ConfigClient;

$appConf = [
    'rpc_server' => 'tcp://127.0.0.1:1234', // 配置中心客户端服务
    'app_id' => 'sales-mkt', // 配置中心设置的应用id
    'app_secret' => '', // 配置中心的应用密钥
    'cluster' => 'default', // 配置中心使用的集群
    'cache_file_path' => './apollo', // 本地配置缓存路径
];

ConfigClient::init($appConf);
$data = ConfigClient::get('SALES.rz_hfdb_core');
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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 ~6 days

Total

7

Last Release

1123d ago

PHP version history (2 changes)0.201PHP &gt;=7.3

0.207PHP &gt;=5.6

### Community

Maintainers

![](https://www.gravatar.com/avatar/551b1d2cbc6ddad4467572b7414fd403ea6533426fcd8668c377e10fdf8714fb?d=identicon)[ltotal](/maintainers/ltotal)

---

Top Contributors

[![ltotal-0925](https://avatars.githubusercontent.com/u/200443870?v=4)](https://github.com/ltotal-0925 "ltotal-0925 (17 commits)")

### Embed Badge

![Health badge](/badges/ltotal-config-client/health.svg)

```
[![Health](https://phpackages.com/badges/ltotal-config-client/health.svg)](https://phpackages.com/packages/ltotal-config-client)
```

###  Alternatives

[zhuqipeng/laravel-hprose

Hprose for Laravel

605.8k1](/packages/zhuqipeng-laravel-hprose)

PHPackages © 2026

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