henderjon / chevron-widgets
a simple view/template system
v3.3.1
2016-08-15 14:14 UTC
Requires
- php: >=5.4.0
Requires (Dev)
- phpunit/phpunit: ~4.6
README
A simple view/templating system. It's designed to allow for an OO interface for the scoped inclusion a file (as PHP) while allowing scoped access to specific data. It also allows for the use of a callable as a file, meaning that the "included" template could simply be a function.
Peruse the tests or, if present, the examples directory to see usage.
See packagist for version/installation info.