https://github.com/dschoenbauer/view
https://github.com/dschoenbauer/view
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dschoenbauer/view
- Owner: dschoenbauer
- Created: 2016-11-13T13:11:25.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2017-01-04T20:11:48.000Z (over 8 years ago)
- Last Synced: 2024-11-15T20:51:44.799Z (5 months ago)
- Language: PHP
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VIEW [](https://travis-ci.org/dschoenbauer/view)
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
```