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

ActiveLibrary[Framework](/categories/framework)

silencenjoyer/silence-kernel
============================

Silence application kernel.

0.0.3(10mo ago)0111MITPHPPHP ^8.3.0

Since Jul 21Pushed 10mo agoCompare

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

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

Silence Kernel
==============

[](#silence-kernel)

[![Latest Stable Version](https://camo.githubusercontent.com/aca9a514efb78626bdc60f73b8c5ce759923101482014722ce1f6968c8e255ec/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73696c656e63656e6a6f7965722f73696c656e63652d6b65726e656c2e737667)](https://packagist.org/packages/silencenjoyer/silence-kernel)[![PHP Version Require](https://camo.githubusercontent.com/9ec7dc54a1f266513aa53b80f3168adb492c2043fd0b9c0770112a8a5e65b951/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f73696c656e63656e6a6f7965722f73696c656e63652d6b65726e656c2e737667)](https://packagist.org/packages/silencenjoyer/silence-kernel)[![License](https://camo.githubusercontent.com/389cd0d8809139c5d2a34d72843981a6e1b3ca41cda0be976e4e0ca3ef9120e4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f73696c656e63656e6a6f7965722f73696c656e63652d6b65726e656c)](LICENSE.md)

The core of the **Silence** PHP framework, providing a configurable environment, basic application loading, integration with [Symfony DependencyInjection](https://symfony.com/doc/current/components/dependency_injection.html), and application lifecycle management.

This package is part of the monorepository [silencenjoyer/silence](https://github.com/silencenjoyer/silence), but can be used independently.

⚙️ Installation
---------------

[](#️-installation)

`composer require silencenjoyer/silence-kernel`

🚀 Quick start
-------------

[](#-quick-start)

```
$config = KernelConfig::withBasePath(dirname(__DIR__, 2))
    ->withExtensions([
        new RouteExtension(),
        new TwigExtension(),
    ])
;

(new Kernel($config))->run(); // launches the application
```

🧱 Features:
-----------

[](#-features)

- Support for environment configurations ⚒️💼🔄
- PSR-11-compatible container (based on Symfony)
    - Simple mechanism for loading services and parameters
- Starting point for the application 🏁

🧪 Testing
---------

[](#-testing)

`php vendor/bin/phpunit`

🧩 Use in the composition of Silence
-----------------------------------

[](#-use-in-the-composition-of-silence)

The package is used as the basis for all applications and modules within the Silence ecosystem. If you are writing your own package, you can connect `silencenjoyer/silence-kernel` to manage dependencies and the environment.

📄 License
---------

[](#-license)

This package is distributed under the MIT licence. For more details, see [LICENSE](LICENSE.md).

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance55

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity43

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

Total

3

Last Release

300d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2b7de643b35f682f4d64395444666af3fdb03945046413cdd9cc75c5241a81b7?d=identicon)[Silencenjoyer](/maintainers/Silencenjoyer)

---

Top Contributors

[![actions-user](https://avatars.githubusercontent.com/u/65916846?v=4)](https://github.com/actions-user "actions-user (10 commits)")

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/silencenjoyer-silence-kernel/health.svg)

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

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6939.5M343](/packages/drupal-core-recommended)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)

PHPackages © 2026

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