Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Latest commit

 

History

History
29 lines (21 loc) · 1.59 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.59 KB

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.