PHPackages                             bantu/ini-get-wrapper - 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. bantu/ini-get-wrapper

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

bantu/ini-get-wrapper
=====================

Convenience wrapper around ini\_get()

v1.0.1(11y ago)72.0M↓16.7%1[1 issues](https://github.com/bantuXorg/php-ini-get-wrapper/issues)2MITPHP

Since Sep 15Pushed 11y agoCompare

[ Source](https://github.com/bantuXorg/php-ini-get-wrapper)[ Packagist](https://packagist.org/packages/bantu/ini-get-wrapper)[ RSS](/packages/bantu-ini-get-wrapper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (2)

[![Travis Build Status](https://camo.githubusercontent.com/0fab8998098039cec77441b5e1bd91499768b8829526307635234b8dfd44383b/68747470733a2f2f7472617669732d63692e6f72672f62616e7475586f72672f7068702d696e692d6765742d777261707065722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/bantuXorg/php-ini-get-wrapper)[![Scrutinizer Build Status](https://camo.githubusercontent.com/1c7c09cb54f865c1a3b4e5eb1234310387b9c4fe2b5d9aeef18cb4c6f632b8c5/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f62616e7475586f72672f7068702d696e692d6765742d777261707065722f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/bantuXorg/php-ini-get-wrapper/build-status/master)[![Code Coverage](https://camo.githubusercontent.com/ed208672610dd90c7d6d4477bbc6a9b6276463cddd262291456ac11bb3a38746/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f62616e7475586f72672f7068702d696e692d6765742d777261707065722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/bantuXorg/php-ini-get-wrapper/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/fa36a29ccad63d66fccf2fc34707559d26721aa842c2ac58233fb7052bf10a5f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f62616e7475586f72672f7068702d696e692d6765742d777261707065722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/bantuXorg/php-ini-get-wrapper/?branch=master)

Usage
=====

[](#usage)

```
require __DIR__ . '/vendor/autoload.php';
$ini = new bantu\IniGetWrapper\IniGetWrapper;
var_dump(
  $ini->getString('does-not-exist'),
  $ini->getString('default_mimetype'),
  $ini->getBool('display_errors'),
  $ini->getNumeric('precision'),
  $ini->getBytes('memory_limit')
);
```

```
NULL
string(9) "text/html"
bool(false)
int(14)
int(134217728)

```

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity45

Moderate usage in the ecosystem

Community11

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Total

2

Last Release

4263d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/700dfc1275a703602adf70d48a964c755c19ac49d0b48224aabd95611a336099?d=identicon)[bantu](/maintainers/bantu)

---

Top Contributors

[![bantu](https://avatars.githubusercontent.com/u/189375?v=4)](https://github.com/bantu "bantu (32 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bantu-ini-get-wrapper/health.svg)

```
[![Health](https://phpackages.com/badges/bantu-ini-get-wrapper/health.svg)](https://phpackages.com/packages/bantu-ini-get-wrapper)
```

###  Alternatives

[dcblogdev/laravel-module-generator

Generate Laravel Modules from a template.

7710.1k1](/packages/dcblogdev-laravel-module-generator)

PHPackages © 2026

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