rindow/rindow-web-mvc

Web-MVC framework based on PSR-7 middleware

1.0.1 2020-04-16 04:09 UTC

This package is auto-updated.

Last update: 2024-04-16 13:32:59 UTC


README

Master: Build Status

A flexible and ultra-lightweight Web-MVC framework. Developers can develop applications into modules by namespace, and are designed to minimize dependencies among modules.

A template engine can be selected for each divided namespace, and can be grouped together with a controller and a model.

Model-Controller-View allows you to write framework independent code, so you can create very portable modules.

General PSR-7 middleware can be easily incorporated.