PHPackages                             splinter/framework - 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. splinter/framework

ActiveLibrary

splinter/framework
==================

Splinter — lightweight PHP micro-framework core (DI, routing, ORM, HTTP, console, queues)

0.1.0(today)04↑2900%1MITPHPPHP ^8.2

Since Aug 25Pushed todayCompare

[ Source](https://github.com/vhar/splinter-framework)[ Packagist](https://packagist.org/packages/splinter/framework)[ RSS](/packages/splinter-framework/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (13)Versions (2)Used By (1)

Splinter
========

[](#splinter)

Lightweight PHP micro-framework core: DI container, routing glue, Eloquent via Capsule, HTTP helpers, console commands and a Redis-backed queue. No view layer, no opinion on authorization — those are separate packages built on top of this core.

Install
-------

[](#install)

```
composer create-project splinter/skeleton my-service

```

Entry points
------------

[](#entry-points)

- `bootstrap/app.php` — boots `Splinter\Kernel\HttpKernel` and handles the current HTTP request.
- `splinter` (CLI, like Laravel's `artisan`) — boots `Splinter\Kernel\ConsoleKernel` and runs the console application.

Configuration
-------------

[](#configuration)

Every `config/*.php` file is loaded and exposed under its filename, e.g. `config/app.php` is available as `$config['app']` inside service providers. `config/app.php` controls providers, route files, global middlewares, and any additional console commands.

Commands
--------

[](#commands)

- `splinter migrate [--connection=default]`
- `splinter migrate:rollback [--connection=default] [--target=VERSION]`
- `splinter migrate:status [--connection=default]`
- `splinter migrate:create `
- `splinter queue:work [queue]`

Queue
-----

[](#queue)

`EventDispatcher` pushes listeners implementing `Splinter\Contracts\ShouldQueue`onto a Redis list; `queue:work` consumes it with a retry mechanism, storing permanently failed jobs in `failed_jobs`. That table's migration ships inside this package (`database/migrations/`) — list both the package path and your app's `db/migrations/` in `config/phinx.php` (see example).

Not included (by design)
------------------------

[](#not-included-by-design)

- View/template rendering (Twig) — separate package.
- Authorization/permissions model — separate package. `AccessRuleInterface`is provided here as a neutral contract; concrete implementations (permission-based, role-based, etc.) live elsewhere.

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance100

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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

0d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5484416?v=4)[Vladimir Kharinenkov](/maintainers/vhar)[@vhar](https://github.com/vhar)

---

Top Contributors

[![vhar](https://avatars.githubusercontent.com/u/5484416?v=4)](https://github.com/vhar "vhar (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/splinter-framework/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.9k556.2M21.6k](/packages/laravel-framework)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M684](/packages/shopware-core)[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k17.3k100](/packages/elgg-elgg)[sulu/sulu

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

1.3k1.4M236](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1301.7M3.1k](/packages/contao-core-bundle)[chameleon-system/chameleon-base

The Chameleon System core.

1029.4k6](/packages/chameleon-system-chameleon-base)

PHPackages © 2026

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