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

ActiveLibrary

aatis/kernel
============

Kernel of Aatis

1.6.0(9mo ago)096PHP

Since Dec 1Pushed 8mo ago1 watchersCompare

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

READMEChangelogDependencies (8)Versions (13)Used By (0)

Aatis Kernel
============

[](#aatis-kernel)

Advertisement
-------------

[](#advertisement)

This package is a part of `Aatis` and can't be used without the following packages :

- `aatis/dependency-injection` ()
- `aatis/http-foundation` ()
- `aatis/routing` ()
- `aatis/logger` ()
- `aatis/error-handler` ()

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

[](#installation)

```
composer require aatis/kernel
```

Usage
-----

[](#usage)

### Requirements

[](#requirements)

Initialize `Aatis` packages (**see the README of each package**)

### Basic usage

[](#basic-usage)

If needed, create a kernel class and extend the `Aatis Kernel` :

```
use Aatis\Kernel as BaseKernel;

class Kernel extends BaseKernel
{
    public function handle(Request $request): void
    {
        // extra process
        parent::handle($request);
        // extra process
    }
}
```

Or use it directly :

```
$request = Request::createFromGlobals();
(new Kernel())->handle($request);
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance58

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Recently: every ~136 days

Total

10

Last Release

286d ago

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[bacula-web/bacula-web

The open source web based reporting and monitoring tool for Bacula

1537.5k](/packages/bacula-web-bacula-web)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[doppar/framework

The Doppar Framework

366.7k8](/packages/doppar-framework)[hardcastle/xrpl_php

PHP SDK / Client for the XRP Ledger

129.7k5](/packages/hardcastle-xrpl-php)

PHPackages © 2026

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