PHPackages                             linkorb/silex-provider-configloader - 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. linkorb/silex-provider-configloader

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

linkorb/silex-provider-configloader
===================================

Services providing loading of configuration files.

v1.1.1(9y ago)0120MITPHPCI failing

Since May 16Pushed 9y ago3 watchersCompare

[ Source](https://github.com/linkorb/silex-provider-configloader)[ Packagist](https://packagist.org/packages/linkorb/silex-provider-configloader)[ RSS](/packages/linkorb-silex-provider-configloader/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (4)Used By (0)

linkorb/silex-provider-configloader
===================================

[](#linkorbsilex-provider-configloader)

Services providing loading of configuration files.

Two services are provided and registered with a Pimple container:-

- `config.loader.ini`: loads ini files
- `config.loader.yaml`: loads Yaml files

A third, optional service `comfig.loader.env` is registered if the [Symfony Dotenv](https://symfony.com/doc/master/components/dotenv.html "The Dotenv Component (The Symfony Components)") component is installed.

Install
-------

[](#install)

Install using composer:-

```
$ composer require linkorb/silex-provider-configloader

```

and optionally require symfony/dotenv during development:-

```
$ composer require --dev symfony/dotenv

```

Then register the provider:-

```
// app/app.php
use LinkORB\ConfigLoader\Provider\ConfigurationLoaderProvider;
...
$app->register(new ConfigurationLoaderProvider);

```

Usage
-----

[](#usage)

```
$config = $app['config.loader.ini']->load('path/to/config.ini');

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

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

Total

3

Last Release

3316d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1db66b320db18b8036ea68211b7d8a39e7c6da97e6fd29f59a50380ebb69d0bb?d=identicon)[joostfaassen](/maintainers/joostfaassen)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/linkorb-silex-provider-configloader/health.svg)

```
[![Health](https://phpackages.com/badges/linkorb-silex-provider-configloader/health.svg)](https://phpackages.com/packages/linkorb-silex-provider-configloader)
```

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

101466.4k45](/packages/friendsoftypo3-content-blocks)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[oat-sa/tao-core

TAO core extension

66140.1k108](/packages/oat-sa-tao-core)[blackfire/player

A powerful web crawler and web scraper with Blackfire support

49517.1k](/packages/blackfire-player)[altis/local-server

Local Server module for Altis

18217.0k2](/packages/altis-local-server)

PHPackages © 2026

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