PHPackages                             badbreze/simple-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. badbreze/simple-ini

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

badbreze/simple-ini
===================

Simple Ini Manipulation Class for PHP

016PHP

Since May 17Pushed 10y agoCompare

[ Source](https://github.com/badbreze/simple-ini)[ Packagist](https://packagist.org/packages/badbreze/simple-ini)[ RSS](/packages/badbreze-simple-ini/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Simple Ini Files Utility
========================

[](#simple-ini-files-utility)

[![Total Downloads](https://camo.githubusercontent.com/a4bcb72228d5582e40ac196608e4507de14622ee74ee42113b8d4ec0ea690dbb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6261646272657a652f73696d706c652d696e692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/badbreze/simple-ini)

The SimpleIni Utility is a small INI file tool for read/write values inside INI file easy.

Installation
------------

[](#installation)

### Using Composer

[](#using-composer)

```
composer require badbreze/simple-ini
```

Example
-------

[](#example)

```
use IniUtil\SimpleIni;

require_once "vendor/autoload.php";

$ini = new SimpleIni(__DIR__.'/helloworld.ini');

$hello = $ini->getVariable('hello');

echo($hello);
//result: world

```

In this example we have a file called "helloworld.ini" with the following content.

```
hello = world

```

@author Damian Gomez

[Project Page](http://www.divenock.com/projects/simple-ini)

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/071404ade5c41a26e7795b17925d1335a876d364d637dd232bc5a4a0801d1985?d=identicon)[badbreze](/maintainers/badbreze)

---

Top Contributors

[![badbreze](https://avatars.githubusercontent.com/u/4717061?v=4)](https://github.com/badbreze "badbreze (11 commits)")

### Embed Badge

![Health badge](/badges/badbreze-simple-ini/health.svg)

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

PHPackages © 2026

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