travi / php-framework

0 stars 0 forks source link

Travi Framework

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.