PHPackages                             muradg/simparse - 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. muradg/simparse

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

muradg/simparse
===============

simple configs parser

0.1(10y ago)017MITPHP

Since Feb 29Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Muradg/SimParse)[ Packagist](https://packagist.org/packages/muradg/simparse)[ RSS](/packages/muradg-simparse/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

SimParse
========

[](#simparse)

\##Example

Firstly, we need to create a folder to store configurations. Then, when we initialize the object, the first parameter is passed the directory where the files will be stored configurations. The second parameter, specify a file type. (Default php)

```
	$config = new SimParse\Config('configs', 'php');
```

When an object is created, we can expand the library by adding your adapters by addAdapter:

```
	$config->addAdapter('serialize', 'SimParse\Adapters\SerializeAdapter')
```

To get the data from the file, use the function get(). For example, to retrieve data from configs/config.php file we write the following:

```
	[
		'mysql' => [
			'host' 	=> 'default',
			'user' 	=> 'default',
			'db' 	=> 'default',
		]
	]
```

To get the value of db, the code will be as follows:

```
	$config->get('config.mysql.db');
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

3766d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4445b99e115a78a2af8c545a5ca6edce6e06e544e4cb507d2b9404699d126c30?d=identicon)[Muradg](/maintainers/Muradg)

---

Top Contributors

[![Muradg](https://avatars.githubusercontent.com/u/16001814?v=4)](https://github.com/Muradg "Muradg (25 commits)")

### Embed Badge

![Health badge](/badges/muradg-simparse/health.svg)

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

PHPackages © 2026

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