PHPackages                             qwant50/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. [Framework](/categories/framework)
4. /
5. qwant50/config

ActiveLibrary[Framework](/categories/framework)

qwant50/config
==============

Jazz framework config component

3.0.1(10y ago)14011MITPHP

Since Feb 8Pushed 10y ago1 watchersCompare

[ Source](https://github.com/qwant50/config)[ Packagist](https://packagist.org/packages/qwant50/config)[ RSS](/packages/qwant50-config/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (4)Used By (1)

Jazz framework config component README
======================================

[](#jazz-framework-config-component-readme)

**ITCourses framework config component**

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

[](#installation)

The preferred way to install this ITCourses framework config component is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require "qwant50/config"
```

or add

```
"qwant50/config": "~3.*.*"
```

to the require section of your composer.json.

\##Usage

\####get all data (php | ini | yaml formats). Result file name to config file must be /path/to/config/development or /path/to/config/production

```
$config = new Config('/path/to/configs');
$allConfigs = $config->getData();
```

\####get component's data

```
$config = new Config('/path/to/configs');
$data = $config->getData($fullFileName);
var_dump($config->getBasePath());
var_dump($data);
```

\####save configuration data (support only '.php' file)

into a file with `$key` filename

```
$config->saveConfig($key);
```

or into a file with `$fullFileName` where `$fullFileName` it's a fileName + .php as extension

```
$config->saveConfig($key, $fullFileName);
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity65

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

Total

3

Last Release

3790d ago

Major Versions

1.0.0 → 2.0.02016-02-08

2.0.0 → 3.0.12016-02-14

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/14050982?v=4)[Serhii Malakhov](/maintainers/qwant50)[@qwant50](https://github.com/qwant50)

---

Top Contributors

[![qwant50](https://avatars.githubusercontent.com/u/14050982?v=4)](https://github.com/qwant50 "qwant50 (38 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M290](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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