tonis / view
This package is abandoned and no longer maintained.
No replacement package was suggested.
Tonis\View is a light-weight, HHVM compatible, and dependency free view compatability layer. It does not provide its own templating system!
dev-master / 1.0.x-dev
2015-06-12 19:19 UTC
Requires
- php: >=5.5
Requires (Dev)
- league/plates: ^3.1
- phpunit/phpunit: ^4.0
- squizlabs/php_codesniffer: ^1.0
- twig/twig: ^1.18
Suggests
- twig/twig: To use with the Twig engine
This package is not auto-updated.
Last update: 2022-02-01 12:48:06 UTC
README
Installation
Tonis\View can be installed using composer which will setup any autoloading for you.
composer require tonis-io/view
Additionally, you can download or clone the repository and setup your own autoloading.
Information
This library does little on it's own. It's intended to be used as a compatability layer for various templating engines.