dmbookpro / php-view
Simple php view renderer
Installs: 463
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 2
Open Issues: 1
pkg:composer/dmbookpro/php-view
Requires
- php: >=5.6
Requires (Dev)
- phpunit/phpunit: ^5.7
This package is not auto-updated.
Last update: 2025-09-28 02:35:54 UTC
README
Very simple template engine using PHP as the template language.
Supports:
- Layout (decorator)
- Partials
- Global variables (accross all templates)
Does NOT support:
- 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