PHPackages                             blank-framework/minimal-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. blank-framework/minimal-kernel

ActiveLibrary[Framework](/categories/framework)

blank-framework/minimal-kernel
==============================

Small minimalistic kernel for handling requests

v1.0.0(2y ago)08proprietaryPHPPHP ^8.2

Since Nov 17Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Blank-Framework/MinimalKernel)[ Packagist](https://packagist.org/packages/blank-framework/minimal-kernel)[ RSS](/packages/blank-framework-minimal-kernel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (4)Used By (0)

MinimalKernel
=============

[](#minimalkernel)

MinimalKernel can be used to map HTTP request methods to the corresponding function in a controller class. All functionality needs to be handled in the controller.

Required packages
-----------------

[](#required-packages)

This component uses `symfony/http-foundation` to handle the request and response elements.

The controller
--------------

[](#the-controller)

All controllers that you want to use with the Kernel MUST implement the `MinimalControllerInterface`. The interface contains a function for each of the HTTP Methods. Your functions should return a `Response` class if they are implemented and EITHER null or a `Response` class that uses the `405 Method Not Allowed`HTTP response status code. If you return null `MinimalKernel` will throw an `\Exception` thus you MUST handle that or let it throw should you choose.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

Unknown

Total

1

Last Release

909d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/befe1a9311ac0d3afdcce05cd36e7e789603bba16fd8820f6a116caa455ec907?d=identicon)[AdrianDUP](/maintainers/AdrianDUP)

---

Top Contributors

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

###  Code Quality

Static AnalysisPHPStan, Rector

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/blank-framework-minimal-kernel/health.svg)

```
[![Health](https://phpackages.com/badges/blank-framework-minimal-kernel/health.svg)](https://phpackages.com/packages/blank-framework-minimal-kernel)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[symfony/framework-bundle

Provides a tight integration between Symfony components and the Symfony full-stack framework

3.6k235.4M9.7k](/packages/symfony-framework-bundle)[laravel/reverb

Laravel Reverb provides a real-time WebSocket communication backend for Laravel applications.

1.5k9.4M48](/packages/laravel-reverb)[shopware/platform

The Shopware e-commerce core

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

Drupal is an open source content management platform powering millions of websites and applications.

19462.3M1.3k](/packages/drupal-core)[sulu/sulu

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

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

PHPackages © 2026

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