PHPackages                             24hoursmedia/tesla-silex-configurationmanager - 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. 24hoursmedia/tesla-silex-configurationmanager

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

24hoursmedia/tesla-silex-configurationmanager
=============================================

configuration manager for sylex

0.1.2(12y ago)061MITPHP

Since Feb 14Pushed 12y agoCompare

[ Source](https://github.com/24HOURSMEDIA/tesla-silex-configurationmanager)[ Packagist](https://packagist.org/packages/24hoursmedia/tesla-silex-configurationmanager)[ Docs](http://www.24hoursmedia.com/tesla)[ RSS](/packages/24hoursmedia-tesla-silex-configurationmanager/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

tesla-silex-configurationmanager
================================

[](#tesla-silex-configurationmanager)

Configuration manager for Silex projects

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

[](#installation)

Add to your composer.json:

```
"require": {
        "24hoursmedia/tesla-silex-configurationmanager": "0.1.1"
    },

```

General Usage
-------------

[](#general-usage)

Register as a service:

```
// configure your app for the production environment
$app['config'] = $app->share(
    function () {
        $parameterFile = __DIR__ . '/parameters.json';
        $confDir = __DIR__ . '/conf.d';
        $service = new \Tesla\Silex\ConfigurationManager\ConfigurationManager($parameterFile);
        $service->registerConfigFiles(
            array(
                $confDir . '/conffile1.json',
                $confDir . '/conffile2.conf.json'
            )
        );

        return $service;
    }
);

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity55

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

Every ~45 days

Total

3

Last Release

4380d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4735950?v=4)[24HOURSMEDIA](/maintainers/24HOURSMEDIA)[@24HOURSMEDIA](https://github.com/24HOURSMEDIA)

---

Top Contributors

[![24HOURSMEDIA](https://avatars.githubusercontent.com/u/4735950?v=4)](https://github.com/24HOURSMEDIA "24HOURSMEDIA (7 commits)")

### Embed Badge

![Health badge](/badges/24hoursmedia-tesla-silex-configurationmanager/health.svg)

```
[![Health](https://phpackages.com/badges/24hoursmedia-tesla-silex-configurationmanager/health.svg)](https://phpackages.com/packages/24hoursmedia-tesla-silex-configurationmanager)
```

###  Alternatives

[hidehalo/emoji

filtes emoji symbols for you

31154.7k](/packages/hidehalo-emoji)[jxlwqq/data-table

dataTable for laravel-admin

3256.1k](/packages/jxlwqq-data-table)[pantheon-systems/wordpress-composer

WordPress for Pantheon with a composer.json file.

13127.3k7](/packages/pantheon-systems-wordpress-composer)[jackbayliss/livewire-select2

Simple to use Livewire component for Select2

162.5k](/packages/jackbayliss-livewire-select2)

PHPackages © 2026

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