questwork/skeleton

Lightning fast MVC framework for PHP

1.0.1 2016-02-24 01:50 UTC

This package is auto-updated.

Last update: 2024-05-29 03:38:54 UTC


README

A lightweight PHP framework to easily make MVC web application

Installation

The Questwork skeleton framework can be installed with Composer

composer create-project questwork/skeleton

Or clone from github reposity

git clone https://github.com/tiepnguyen/questwork.git

Don't forget to run composer initial if you clone or download zip from github, to install required dependencies and dump autoload file.

composer install

System Requirements

You need PHP >= 5.4.0