zikwall / simple-mvc
There is no license information available for the latest version (dev-master) of this package.
Minimalistic and easy PHP MVC Framework
Package info
Language:JavaScript
Type:project
pkg:composer/zikwall/simple-mvc
dev-master
2018-04-17 17:55 UTC
Requires
- filp/whoops: ^2.1
This package is auto-updated.
Last update: 2026-03-05 05:21:06 UTC
README
Minimalistic and easy PHP MVC Framework
APPLICATION STRUCTURE
app/ base application directory controllers, models and views
core/ framework core directory
public/ contains styles and scripts, web resources
You can then install this application template using the following command:
composer create-project --prefer-dist --stability=dev zikwall/simple-mvc