questwork/skeleton

Lightning fast MVC framework for PHP

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/questwork/skeleton

1.0.1 2016-02-24 01:50 UTC

This package is auto-updated.

Last update: 2025-09-29 01:43:48 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