spiffy / spiffy-view
This package is abandoned and no longer maintained.
No replacement package was suggested.
Spiffy\View is a light-weight, HHVM compatible, and dependency free view compatability layer. It does not provide its own templating system!
1.0.0-alpha
2014-07-15 22:04 UTC
Requires
- php: >=5.4
Requires (Dev)
- phpunit/phpunit: ~4.0
- squizlabs/php_codesniffer: ~1.0
Suggests
- spiffy-view-twig: for a Twig compatability layer
This package is not auto-updated.
Last update: 2022-02-01 12:37:10 UTC
README
Installation
Spiffy\View can be installed using composer which will setup any autoloading for you.
composer require spiffy/spiffy-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.