dschoenbauer / view
A simple view layer
1.0.1
2016-11-15 21:13 UTC
Requires
- php: >=5.6.0
Requires (Dev)
- phpunit/phpunit: 5.6.2
This package is not auto-updated.
Last update: 2024-11-08 23:04:36 UTC
README
View is a quick and dirty view generator, designed to reduce complexity and to seperate logical pices of the application.
To Install:
Add the follwoing to your composer.json
{
"repositories": [
{
"url": "https://github.com/dschoenbauer/view.git",
"type": "git"
}
],
"require": {
"dschoenbauer/view": "~1.0"
}
}
To Test:
Windows:
.\vendor\bin\phpunit.bat tests
Linux:
./vendor/bin/phpunit tests