https://github.com/stefanak-michal/dragonmvc
PHP MVC framework. Simple, fast and lightweight.
https://github.com/stefanak-michal/dragonmvc
framework lightweight mvc php
Last synced: 5 months ago
JSON representation
PHP MVC framework. Simple, fast and lightweight.
- Host: GitHub
- URL: https://github.com/stefanak-michal/dragonmvc
- Owner: stefanak-michal
- License: mit
- Created: 2015-11-15T07:21:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T21:08:39.000Z (over 1 year ago)
- Last Synced: 2024-12-21T05:41:59.625Z (over 1 year ago)
- Topics: framework, lightweight, mvc, php
- Language: PHP
- Homepage:
- Size: 381 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
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
1. Use composer to create project with framework `composer create-project stefanak-michal/dragonmvc` or download [latest release](https://github.com/stefanak-michal/DragonMVC/releases/latest).
2. Open cmd/bash in framework root directory and execute `php -f scripts/create-app.php ../new-app`
3. Now your application with basic hierarchy is ready in directory `new-app` next to framework directory
3. Open http://localhost/new-app in your browser and you will see page with `Hello new-app!`
Check [wiki](https://github.com/stefanak-michal/DragonMVC/wiki) for more informations.
[](https://ko-fi.com/Z8Z5ABMLW)