Skip to content

mvc-lite/mvc-lite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MVC Lite

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. :)

About

A lightweight mvc framework. Just the basics.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%