PHPackages                             mnhcc/ml-mvc - 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. mnhcc/ml-mvc

ActiveLibrary[Framework](/categories/framework)

mnhcc/ml-mvc
============

Minimalus Layoutilus — MVC framework (Control, View, Template, Router)

v0.9.0(1mo ago)02LGPL-2.1-onlyPHPPHP &gt;=5.4

Since Apr 24Pushed 1mo agoCompare

[ Source](https://github.com/carschrotter/ml-mvc)[ Packagist](https://packagist.org/packages/mnhcc/ml-mvc)[ Docs](https://github.com/carschrotter/ml-mvc)[ RSS](/packages/mnhcc-ml-mvc/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

mnhcc/ml-mvc
============

[](#mnhccml-mvc)

MVC layer for the Minimalus Layoutilus PHP framework.

Provides `Router`, `Control`, `View`, `Template`, `SERVER` and supporting classes for request routing, controller dispatch, view rendering and HTML template composition.

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

[](#requirements)

- PHP ≥ 5.4
- ext-pdo
- [mnhcc/ml-core](https://packagist.org/packages/mnhcc/ml-core)
- [mnhcc/ml-bugcatcher](https://packagist.org/packages/mnhcc/ml-bugcatcher)

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

[](#installation)

```
composer require mnhcc/ml-mvc
```

Request cycle
-------------

[](#request-cycle)

```
Router  →  Bootstrap::getOverloadedClass()
        →  Control::onBeforeAction()  →  Control::actionIndex()
        →  View::getView()  →  Template::render()

```

`Bootstrap::getOverloadedClass()` checks `APPLICATIONNAMESPACE` so application classes transparently override framework classes without patching the package.

License
-------

[](#license)

[LGPL-2.1-only](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html)

###  Health Score

29

—

LowBetter than 58% of packages

Maintenance90

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity18

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

46d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4221960?v=4)[MNHcC (Michael Hegenbarth)](/maintainers/carschrotter)[@carschrotter](https://github.com/carschrotter)

---

Top Contributors

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

---

Tags

frameworkroutertemplatemvcphp54

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mnhcc-ml-mvc/health.svg)

```
[![Health](https://phpackages.com/badges/mnhcc-ml-mvc/health.svg)](https://phpackages.com/packages/mnhcc-ml-mvc)
```

PHPackages © 2026

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