An open API service indexing awesome lists of open source software.

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

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)