spiffy / spiffy-view
Spiffy\View is a light-weight, HHVM compatible, and dependency free view compatability layer. It does not provide its own templating system!
Installs: 653
Dependents: 2
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/spiffy/spiffy-view
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.