rindow / rindow-web-mvc
Web-MVC framework based on PSR-7 middleware
1.0.1
2020-04-16 04:09 UTC
Requires
- php: >=5.3.3
- psr/http-message: ^1.0
- rindow/rindow-event: 1.*
Requires (Dev)
Suggests
- rindow/rindow-container: It needs some service container
- rindow/rindow-module-fastroute: Alternative Web routing engine
- rindow/rindow-module-smarty: Classic Web-view template engine
- rindow/rindow-module-twig: Standard Web-view template engine
- rindow/rindow-module-whoops: Alternative error handler
- rindow/rindow-web-http: It needs some http message library
- rindow/rindow-web-router: It needs some Web routing engine
- rindow/rindow-web-security: It needs the Csrf Token Validation Middleware
- rindow/rindow-web-view: Minimum Web-view template engine
This package is auto-updated.
Last update: 2024-10-16 14:31:43 UTC
README
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.