https://github.com/drmvc/drmvc.github.io
Website of DrMVC Project
https://github.com/drmvc/drmvc.github.io
Last synced: 5 months ago
JSON representation
Website of DrMVC Project
- Host: GitHub
- URL: https://github.com/drmvc/drmvc.github.io
- Owner: drmvc
- License: mit
- Created: 2018-04-16T23:33:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-10T17:52:32.000Z (over 7 years ago)
- Last Synced: 2025-03-02T21:42:50.859Z (over 1 year ago)
- Language: HTML
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DrMVC Project
?> Collection of reusable PHP components
## What is DrMVC?
This project is created in order to incorporate all the best
practices in working with the MVC conception implemented on PHP.
Inspired by such remarkable projects as Simple-MVC, Phalcon,
Symphony, Kohana and Slim, and if you work with these
frameworks earlier, then you will not have much difficulty
understanding how everything is arranged here.
## Quick start
On GitHub you can find special [demo project](https://github.com/drmvc/app).
If you do not have composer utility, you need to read [this instruction](https://getcomposer.org/doc/00-intro.md).
A few steps to get a ready-to-use application:
composer create-project drmvc/app
cd app/public
php -S localhost:8000
Now you can open your web-browser and go to http://localhost:8000
More details about examples:
* [Skeleton applicaions](app)
* [Demo applicaions](demo)