PHPackages                             neblabs/stratum - 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. [Database &amp; ORM](/categories/database)
4. /
5. neblabs/stratum

ActiveFramework[Database &amp; ORM](/categories/database)

neblabs/stratum
===============

A modern framework with support for WordPress

15101PHP

Since Feb 2Pushed 7y ago3 watchersCompare

[ Source](https://github.com/Neblabs/Stratum)[ Packagist](https://packagist.org/packages/neblabs/stratum)[ RSS](/packages/neblabs-stratum/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Stratum
=======

[](#stratum)

Avant-garde development for WordPress

A reading experience
====================

[](#a-reading-experience)

Stratum has been design with readability over writability, Stratum makes you write redabale, mantainable and extendible applications and websites.

Control
-------

[](#control)

Stratum provides a readable, fully-featured routing system to handle both native WordPress and HTTP requests. It comes with a validation layer for a cleaner architecture.

Dedicated validation Lay

4 Response types

```
GET::request()->to('/dashboard')
              ->validateWith('AuthorizationsController.userIsLoggedIn')
              ->use('DashboardController.home');
```

Model
-----

[](#model)

Powerful, full featured, low and high level APIs for locating and managing data from any storage system and the logic associated with it. MYSQL implementations built in.

```
(object) $posts = Posts::with(1)->orMoreComments()->find();

(object) $posts = Posts::by()->users()
                             ->withName('Rafael')
                             ->find();
```

Present
-------

[](#present)

Super clean, mantainable and reusable views. Building HTML documents has never been so fun.

```

            (menuItem:name)

```

### Fast

[](#fast)

Stratum's templating engine is compiled to native PHP for a faster execution. Performance optimization features are also available to help dealing with unnecessary bottlenecks.

### Open Source

[](#open-source)

Stratum is an open source project released under the MIT license

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity39

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/37381922?v=4)[rafark](/maintainers/rafark)[@rafark](https://github.com/rafark)

---

Top Contributors

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

---

Tags

frameworkormphpwordpresswordpress-development

### Embed Badge

![Health badge](/badges/neblabs-stratum/health.svg)

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

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k116.5M113](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

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