stefanak-michal / dragonmvc
PHP MVC framework. Simple, fast and lightweight.
Fund package maintenance!
Ko-Fi
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 2
Type:project
Requires
- php: >=7.4
- ext-curl: *
- phpmailer/phpmailer: ^6
- stefanak-michal/bolt: *
- stefanak-michal/meekrodb: *
- stefanak-michal/neo4j-bolt-wrapper: *
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/dragonmvc
or 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-app
next 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.