2017 © Pedro Peláez
 

library framework

web framework

image

travi/framework

web framework

  • Saturday, September 17, 2016
  • by travi
  • Repository
  • 1 Watchers
  • 0 Stars
  • 404 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 50 Open issues
  • 21 Versions
  • 0 % Grown

The README.md

Travi Framework

Build Status Coverage Status Code Climate Dependency Status, (*1)

Latest Stable Version Total Downloads, (*2)

No Maintenance Intended, (*3)

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

Installation using Composer

This framework is available via Composer through Packagist, (*5)

Define the dependency

Add the framework to the require block of your project's composer.json file, (*6)

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

Install

php ../path/to/composer.phar install will make the framework available for your project, (*7)

Example

An example implementation has been built. The repo can be found here., (*8)

The Versions