library php-view
Simple php view renderer
rlanvin/php-view
Simple php view renderer
- Thursday, January 26, 2017
- by rlanvin
- Repository
- 1 Watchers
- 0 Stars
- 56 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
PHP View Renderer
Very simple template engine using PHP as the template language., (*1)
, (*2)
Supports:, (*3)
- Layout (decorator)
- Partials
- Global variables (accross all templates)
Does NOT support:, (*4)
- Auto-escaping for XSS, you have to take care of that yourself
Similar to / inspired by:
- Slim PHP View https://github.com/slimphp/PHP-View
- Symfony Templating Component https://github.com/symfony/templating