PHPackages                             securetrading/config - 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. securetrading/config

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

securetrading/config
====================

Secure Trading's Config package for parsing INI files.

3.0.1(4mo ago)02361MITPHPPHP ^8.2CI failing

Since Nov 16Pushed 4mo ago4 watchersCompare

[ Source](https://github.com/Secure-Trading/PHP-Config)[ Packagist](https://packagist.org/packages/securetrading/config)[ RSS](/packages/securetrading-config/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (3)Versions (5)Used By (0)

PHP-Config
==========

[](#php-config)

A helper package used by other Secure Trading packages.

Release History
---------------

[](#release-history)

VersionChanges3.0.1phpunit updates3.0.0PHP 8 compatibility.2.0.0PHP 7.3 and 7.4 compatibility.1.0.0Initial ReleasePHP Version Compatibility
-------------------------

[](#php-version-compatibility)

VersionChanges3.0.1PHP 8.23.0.0PHP 8.0.0 - PHP 8.0.32.0.0PHP 7.3 - PHP 7.41.0.0PHP 5.3 - PHP 7.2Usage
-----

[](#usage)

`\Securetrading\Config\Config` accepts a multi-dimensional array in its constructor.

Calls to the instance methods `has()`, `get()` and `set()` can then be used to easily manipulate entries in the multi-dimensional array.

Example:

```
$config = new \Securetrading\Config\Config([
    'outer' => ['inner' => 'value']
]);

$config->has('outer'); // true
$config->has('outer/inner'); // true
$config->get('outer/inner'); // 'value'
$config->set('outer/inner', 'new_value');
$config->get('outer/inner'); // 'new_value'

```

###  Health Score

48

—

FairBetter than 94% of packages

Maintenance75

Regular maintenance activity

Popularity12

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity79

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~1125 days

Total

4

Last Release

138d ago

Major Versions

1.0.0 → 2.0.02020-06-26

2.0.0 → 3.0.02021-04-20

PHP version history (4 changes)1.0.0PHP &gt;=5.3.0

2.0.0PHP ^7.3

3.0.0PHP ^8.0

3.0.1PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/18596549?v=4)[Trust Payments](/maintainers/Secure-Trading)[@Secure-Trading](https://github.com/Secure-Trading)

---

Top Contributors

[![Secure-Trading](https://avatars.githubusercontent.com/u/18596549?v=4)](https://github.com/Secure-Trading "Secure-Trading (5 commits)")[![peter-barrow-ST](https://avatars.githubusercontent.com/u/2707530?v=4)](https://github.com/peter-barrow-ST "peter-barrow-ST (3 commits)")[![anthony-norman-tp](https://avatars.githubusercontent.com/u/107112886?v=4)](https://github.com/anthony-norman-tp "anthony-norman-tp (1 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

### Embed Badge

![Health badge](/badges/securetrading-config/health.svg)

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

###  Alternatives

[sebastianfeldmann/git

PHP git wrapper

497.8M20](/packages/sebastianfeldmann-git)

PHPackages © 2026

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