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

ActiveLibrary[Framework](/categories/framework)

switon/kernel
=============

Application bootstrap and provider lifecycle for Switon Framework

v1.0.0(1mo ago)0285MITPHPPHP &gt;=8.3CI passing

Since May 10Pushed 1mo agoCompare

[ Source](https://github.com/switon-php/kernel)[ Packagist](https://packagist.org/packages/switon/kernel)[ Docs](https://github.com/switon-php/kernel)[ RSS](/packages/switon-kernel/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (5)Versions (2)Used By (5)

Switon Kernel Package
=====================

[](#switon-kernel-package)

Application bootstrap and provider lifecycle for Switon Framework.

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

[](#installation)

```
composer require switon/kernel
```

**Requirements:** PHP 8.3+

Quick Start
-----------

[](#quick-start)

```
use Switon\Kernel\Kernel;

class AppKernel extends Kernel
{
    public function start(): void
    {
        parent::start();
        // Attach HTTP server, CLI loop, worker, etc.
    }
}

(new AppKernel(__DIR__))->start();
```

Docs:

License
-------

[](#license)

MIT.

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance94

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity48

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

31d ago

### Community

Maintainers

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

---

Top Contributors

[![switon-php](https://avatars.githubusercontent.com/u/247358032?v=4)](https://github.com/switon-php "switon-php (6 commits)")

---

Tags

bootstrapkernelprovidersswitonprovidersbootstrapkernelswiton

### Embed Badge

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

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

###  Alternatives

[yiisoft/yii2-bootstrap

The Twitter Bootstrap extension for the Yii framework

19720.0M1.0k](/packages/yiisoft-yii2-bootstrap)[friendsofcake/bootstrap-ui

Bootstrap front-end framework support for CakePHP

3512.1M38](/packages/friendsofcake-bootstrap-ui)[yiisoft/yii2-bootstrap4

The Twitter Bootstrap extension for the Yii framework

2223.4M188](/packages/yiisoft-yii2-bootstrap4)[clevertech/yii-booster

Widget toolkit for Yii 1.1 framework

541246.7k3](/packages/clevertech-yii-booster)[slywalker/boost_cake

BoostCake is a plugin for CakePHP using Bootstrap

277516.5k1](/packages/slywalker-boost-cake)[crisu83/yiistrap

Twitter Bootstrap for the Yii PHP framework.

286174.6k19](/packages/crisu83-yiistrap)

PHPackages © 2026

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