Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-23T16:43:48.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T05:06:34.799Z (about 1 month ago)
- Topics: framework, lightweight, mvc, php
- Language: PHP
- Homepage:
- Size: 377 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![Dragon MVC](https://raw.githubusercontent.com/stefanak-michal/DragonMVC/master/assets/img/title.jpg "Dragon MVC")
# 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.