PHPackages                             eurobertics/connfetti-ini - 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. eurobertics/connfetti-ini

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

eurobertics/connfetti-ini
=========================

A INI config file reader displaying the config in class hierarchy.

0.2(1y ago)01231GPL-3.0-or-laterPHPPHP &gt;=7.3

Since Jul 15Pushed 1y agoCompare

[ Source](https://github.com/Eurobertics/Connfetti-INI)[ Packagist](https://packagist.org/packages/eurobertics/connfetti-ini)[ RSS](/packages/eurobertics-connfetti-ini/feed)WikiDiscussions master Synced today

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

Connfetti-INI
=============

[](#connfetti-ini)

A INI config file reader in PHP which returns the content of the INI file as a class hierarchy.

Connfetti-INI is a simple INI reader which reads an INI file with a syntax as follows:

```
configname=configvalue
configname.subconfigname=configvalue2
```

and returns a class with the hierarchical readonly members of the config variables, for example:

```
$config = new Config('test.ini');
echo $config->configname;
echo "\n";
echo $config->configname->subconfigname;
```

Returns:

```
configvalue
configvalue2

```

**Requires [Connfetti-IO](https://github.com/Eurobertics/Connfetti-IO) for reading the files.**

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance42

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity44

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

Total

5

Last Release

459d ago

PHP version history (3 changes)0.1.0PHP ^7.3

0.1.3PHP &gt;=7.3 &lt;8.2

0.2PHP &gt;=7.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10088071?v=4)[Bernd Robertz](/maintainers/Eurobertics)[@Eurobertics](https://github.com/Eurobertics)

---

Top Contributors

[![Eurobertics](https://avatars.githubusercontent.com/u/10088071?v=4)](https://github.com/Eurobertics "Eurobertics (9 commits)")

### Embed Badge

![Health badge](/badges/eurobertics-connfetti-ini/health.svg)

```
[![Health](https://phpackages.com/badges/eurobertics-connfetti-ini/health.svg)](https://phpackages.com/packages/eurobertics-connfetti-ini)
```

###  Alternatives

[strategery/magento2-infinitescroll

Magento2 InfiniteScroll module to load the next catalog page or results when scrolling down a page.

53246.2k1](/packages/strategery-magento2-infinitescroll)[web-id/laravel-playwright

Laravel Playwright Boilerplate

8315.5k](/packages/web-id-laravel-playwright)

PHPackages © 2026

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