dschoenbauer / view
A simple view layer
Installs: 66
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 3
pkg:composer/dschoenbauer/view
Requires
- php: >=5.6.0
Requires (Dev)
- phpunit/phpunit: 5.6.2
This package is not auto-updated.
Last update: 2025-10-11 03:44:43 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