PHPackages                             leon2012/goconfd-php-sdk - 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. leon2012/goconfd-php-sdk

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

leon2012/goconfd-php-sdk
========================

goconfd php sdk

0.0.1(9y ago)516MITPHPPHP &gt;=5.5.0

Since Mar 14Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Leon2012/goconfd-php-sdk)[ Packagist](https://packagist.org/packages/leon2012/goconfd-php-sdk)[ RSS](/packages/leon2012-goconfd-php-sdk/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (1)Versions (2)Used By (0)

goconfd-php-sdk
===============

[](#goconfd-php-sdk)

goconfd php sdk

```
	include_once("../vendor/autoload.php");
	use goconfd\phpsdk\Goconfd;
	$config = [
		'save_path' => '/tmp/goconfd',
		'key_prefix' => 'develop.activity',
		'save_type' => 2,
		'file_ext' => '',
		'agent_url' => 'http://127.0.0.1:3001/',
	];
	$sdk = new Goconfd($config);
	$kv = $sdk->get("develop.activity.k1");
	if ($kv) {
		echo $kv->getValue();
	}

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

3349d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9856dcd398dd2d367a14538cb006e8080701a7d0dd5a8a4d3a6c768d3b54d665?d=identicon)[Leon2012](/maintainers/Leon2012)

---

Top Contributors

[![Leon2012](https://avatars.githubusercontent.com/u/9378161?v=4)](https://github.com/Leon2012 "Leon2012 (8 commits)")

---

Tags

goconfd

### Embed Badge

![Health badge](/badges/leon2012-goconfd-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/leon2012-goconfd-php-sdk/health.svg)](https://phpackages.com/packages/leon2012-goconfd-php-sdk)
```

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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