A simple view layer

1.0.1 2016-11-15 21:13 UTC

This package is not auto-updated.

Last update: 2024-04-26 20:32:45 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