travi/framework

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (v0.16.0) of this package.

web framework

v0.16.0 2016-01-11 06:24 UTC

README

Build Status Coverage Status Code Climate Dependency Status

Latest Stable Version Total Downloads

No Maintenance Intended

This is a php web framework that I've built over the years as I've worked to better understand web development.

Installation using Composer

This framework is available via Composer through Packagist

Define the dependency

Add the framework to the require block of your project's composer.json file

"require": {
     "travi/framework": "*"
}

Install

php ../path/to/composer.phar install will make the framework available for your project

Example

An example implementation has been built. The repo can be found here.