Skip to content

drmvc/drmvc.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. If you do not have composer utility, you need to read this instruction.

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:

Releases

No releases published

Packages

No packages published

Languages