stefanak-michal / dragonmvc
PHP MVC framework. Simple, fast and lightweight.
Package info
github.com/stefanak-michal/DragonMVC
Type:project
pkg:composer/stefanak-michal/dragonmvc
Fund package maintenance!
v3.1.1
2026-02-16 12:29 UTC
Requires
- php: >=7.4
- ext-curl: *
- phpmailer/phpmailer: ^6
- stefanak-michal/bolt: *
- stefanak-michal/meekrodb: *
README
Dragon MVC PHP Framework
- Easy deployment and setup
- MVC structure
- Config system with lookup tables
- Namespaces
- Simple file names conventions
- Autoloader with vendor support
- CLI support
- PHP >= 7.4
Logo designed by Freepik.com
How to start
- Use composer to create project with framework
composer create-project stefanak-michal/dragonmvcor download latest release. - Open cmd/bash in framework root directory and execute
php -f scripts/create-app.php ../new-app - Now your application with basic hierarchy is ready in directory
new-appnext to framework directory - Open http://localhost/new-app in your browser and you will see page with
Hello new-app!
Check wiki for more informations.
