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

ActiveLibrary

hoppinger/config-kernel
=======================

Symfony HTTP Kernel to use with Hoppinger's cnf/target configuration paradigm

02301PHP

Since Aug 5Pushed 12y ago1 watchersCompare

[ Source](https://github.com/hoppinger/config-kernel)[ Packagist](https://packagist.org/packages/hoppinger/config-kernel)[ RSS](/packages/hoppinger-config-kernel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

hoppinger/config-kernel
=======================

[](#hoppingerconfig-kernel)

A Symfony [HTTP Kernel](https://github.com/symfony/HttpKernel) implementation to use with Hoppinger's cnf/target configuration paradigm.

[![Build Status](https://camo.githubusercontent.com/b73a0e6d658129650e145797f713472c2c1bc01c02d1fc0e817dc0dc1a79b67a/68747470733a2f2f7472617669732d63692e6f72672f686f7070696e6765722f636f6e6669672d6b65726e656c2e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/hoppinger/config-kernel)

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

[](#installation)

The recommended way to install this is with [Composer](http://getcomposer.org/). Just add `hoppinger/config-kernel` to your composer.json by running:

```
$ php composer.phar require hoppinger/config-kernel
```

Usage
-----

[](#usage)

When using the [Symfony Standard Edition](https://github.com/symfony/symfony-standard), make `app/AppKernel.php` and `web/app.php` look something like this:

```
// app/AppKernel.php

use Hop\Config\Kernel\Kernel;

class AppKernel extends Kernel
{
	/* .... */
}
```

Also remove the `AppKernel::registerContainerConfiguration` method, `Hop\Config\Kernel\Kernel` takes care of this.

```
// web/app.php
use Hop\Config\Target\Target;

require_once __DIR__.'/../app/AppKernel.php';
$target = new Target(__DIR__.'/../cnf', 'dev/foo');
$kernel = new AppKernel($target);
```

Target `dev/foo` means the app will be bootstrapped with mode `dev` and subtarget `foo`.

This will, besides loading the `app/config/config_dev.yml` configuration, also load the `cnf/targets/dev/foo/config.yml` configuration.

Copyright
---------

[](#copyright)

hoppinger/config-kernel is licensed under the MIT license.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/28606876af21640e6b63c08dd90b2f3c4de8ced80423279262d6923b18fcf493?d=identicon)[korstiaan](/maintainers/korstiaan)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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