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
Requires
- html2text/html2text: 1.0.0
- mustangostang/spyc: 0.5.1
- sendgrid/sendgrid: ^4.0
- smarty/smarty: 3.1.27
Requires (Dev)
- behat/behat: 2.5.*
- phing/phing: 2.9.*
- phpmd/phpmd: 2.0.0
- phpunit/phpunit: 4.4.*
- satooshi/php-coveralls: 0.6.*
- sebastian/phpcpd: 2.0.1
- squizlabs/php_codesniffer: 1.5.3
README
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.