2017 © Pedro Peláez
 

library mvc-lite

A lightweight MVC Framework, inspired by Zend Framework

image

corycollier/mvc-lite

A lightweight MVC Framework, inspired by Zend Framework

  • Monday, February 8, 2016
  • by corycollier
  • Repository
  • 1 Watchers
  • 4 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 24 Versions
  • 0 % Grown

The README.md

MVC Lite

Join the chat at https://gitter.im/corycollier/mvc-lite, (*1)

Build Status Latest Stable Version Total Downloads Latest Unstable Version License Coverage Status, (*2)

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), (*3)

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., (*4)

Quick Start

The mvc script can be used to help start an application quickly. It's usage is:, (*5)

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

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

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

Full Documentation

Full documentation can be found on our GitHub Pages site, (*7)

The Versions