PHPackages                             gong023/tiny\_config\_php - 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. gong023/tiny\_config\_php

ActiveLibrary

gong023/tiny\_config\_php
=========================

0.1.0(11y ago)0821PHPPHP &gt;=5.3.0

Since Jan 12Pushed 11y agoCompare

[ Source](https://github.com/gong023/tiny_config_php)[ Packagist](https://packagist.org/packages/gong023/tiny_config_php)[ RSS](/packages/gong023-tiny-config-php/feed)WikiDiscussions master Synced 1mo ago

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

tiny\_config\_php
=================

[](#tiny_config_php)

[![Build Status](https://camo.githubusercontent.com/ac36c392ab89153848e71ab038df0756ef8523fec580377275ab0678e4e7e427/68747470733a2f2f7472617669732d63692e6f72672f676f6e673032332f74696e795f636f6e6669675f7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/gong023/tiny_config_php)

```
use \TinyConfig\TinyConfig;

TinyConfig::set('hello', 'world');
TinyConfig::set('foo', 'bar');

TinyConfig::get('hello');
=> 'world'

TinyConfig::get('unknownKey');
=> Throws TinyConfigEmptyException

TinyConfig::has('hello');
=> true

TinyConfig::getAll();
=> ['hello' => 'world', 'foo' => 'bar'];

TinyConfig::getKeys();
=> ['hello', 'foo'];

TinyConfig::delete('hello');
TinyConfig::getAll();
=> ['foo' => 'bar'];

TinyConfig::deleteAll();
TinyConfig::getAll();
=> [];
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

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

4145d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/034b987bca6692b17b6a5923eca68302fec17cd13f09f8d2f0a45c6d38125c03?d=identicon)[gong023](/maintainers/gong023)

---

Top Contributors

[![gong023](https://avatars.githubusercontent.com/u/1222856?v=4)](https://github.com/gong023 "gong023 (3 commits)")

### Embed Badge

![Health badge](/badges/gong023-tiny-config-php/health.svg)

```
[![Health](https://phpackages.com/badges/gong023-tiny-config-php/health.svg)](https://phpackages.com/packages/gong023-tiny-config-php)
```

PHPackages © 2026

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