mvc-lite/mvc-lite

A lightweight MVC Framework, inspired by Zend Framework

3.6.7 2016-02-05 22:34 UTC

README

MVC Lite

Join the chat at https://gitter.im/mvc-lite/mvc-lite Build Status Latest Stable Version Total Downloads Latest Unstable Version License Coverage Status

Introduction

mvc-lite is a lightweight MVC Framework aimed at accomplishing common MVC goals in a much lighter package. The bulk of this work is inspired by the Zend Framework (http://framework.zend.com)

Usage

This library should be used to create a simple MVC application. If you need sophisticated application handling, consider a more robust framework, like Zend Framework, Laravel, or Symfony.

Quick Start

The mvc script can be used to help start an application quickly. It's usage is:

./bin/mvc setup --target=/local/path/to/app

Once created, adding an entire resources (i.e. Users) can be done like this:

./bin/mvc resource:create --target=/local/path/to/app --name=users

Full Documentation

Full documentation can be found on our GitHub Pages site

Contact

We're available on IRC at chat.freenode.net in the #mvc-lite room. :)