https://github.com/rindow/rindow-web-mvc
Web-MVC framework based on PSR-7 middleware
https://github.com/rindow/rindow-web-mvc
framework php web-mvc
Last synced: 11 months ago
JSON representation
Web-MVC framework based on PSR-7 middleware
- Host: GitHub
- URL: https://github.com/rindow/rindow-web-mvc
- Owner: rindow
- License: bsd-3-clause
- Created: 2019-05-07T11:18:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T04:14:04.000Z (almost 6 years ago)
- Last Synced: 2025-01-25T23:29:27.094Z (about 1 year ago)
- Topics: framework, php, web-mvc
- Language: PHP
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Web-MVC framework based on PSR-7 middleware
===========================================
Master: [](https://travis-ci.com/rindow/rindow-web-mvc)
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.