corycollier/mvc-lite

This package is abandoned and no longer maintained. The author suggests using the mvc-lite/mvc-lite package instead.

A lightweight MVC Framework, inspired by Zend Framework

3.4.1 2016-01-08 03:22 UTC

README

Join the chat at https://gitter.im/corycollier/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