travi / framework
web framework
Installs: 409
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 50
pkg:composer/travi/framework
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.