mnhcc/ml-mvc

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

Maintainers

Package info

github.com/carschrotter/ml-mvc

pkg:composer/mnhcc/ml-mvc

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.9.0 2026-04-24 20:14 UTC

This package is auto-updated.

Last update: 2026-04-24 20:43:01 UTC


README

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

Installation

composer require mnhcc/ml-mvc

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

LGPL-2.1-only