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

ActiveLibrary[Framework](/categories/framework)

wp-kit/kernel
=============

A Themosis component that handles routing by acting as a kernel and allows headers to be sent

1.0.0(8y ago)37.5k1MITPHP

Since Sep 18Pushed 6y ago1 watchersCompare

[ Source](https://github.com/wp-kit/kernel)[ Packagist](https://packagist.org/packages/wp-kit/kernel)[ RSS](/packages/wp-kit-kernel/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)DependenciesVersions (2)Used By (1)

wp-kit/kernel
=============

[](#wp-kitkernel)

This is a [`Themosis`](http://framework.themosis.com/) component that handles routing by acting as a kernel and allows headers to be sent.

`wp-kit/kernel` is fully compatible with the `Themosis` framework.

If you are using `Themosis` you'll notice it [does not send any headers back](https://github.com/themosis/framework/blob/master/themosis.php#L296) to client which it is impossible to use some `Middleware` that relies send headers to the client such as [`illuminate/session`](https://github.com/illuminate/session). `wp-kit/kernel` solves this issue by allowing headers to be sent back.

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

[](#installation)

Install via [`Composer`](https://getcomposer.org/) in the root of your `Themosis` installation:

```
composer require "wp-kit/config"
```

Setup
-----

[](#setup)

### Add Service Provider

[](#add-service-provider)

Just register the service provider and facade in the providers config and theme config:

```
//inside theme/resources/config/providers.config.php

return [
    //
    WPKit\Kernel\KernelServiceProvider::class,
    //
];
```

Requirements
------------

[](#requirements)

Themosis ~1.2

License
-------

[](#license)

wp-kit/kernel is open-sourced software licensed under the MIT License.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

3252d ago

### Community

Maintainers

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

---

Top Contributors

[![terence1990](https://avatars.githubusercontent.com/u/8171301?v=4)](https://github.com/terence1990 "terence1990 (19 commits)")

---

Tags

wordpressroutingheadersthemosiswp-kit

### Embed Badge

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

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

###  Alternatives

[themosis/framework

The Themosis framework.

667315.1k18](/packages/themosis-framework)[themosis/themosis

Themosis, a WordPress framework.

1.3k26.9k](/packages/themosis-themosis)[themosis/theme

The Themosis framework boilerplate theme.

10249.0k3](/packages/themosis-theme)[devio/permalink

Permalink routing system for Laravel. Advanced database driven routes. Handle your permalinks + SEO parameters directly from database.

654.7k](/packages/devio-permalink)

PHPackages © 2026

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