dmbookpro/php-view

Simple php view renderer

v1.1.0 2017-03-25 14:03 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:19:19 UTC


README

Very simple template engine using PHP as the template language.

Build Status

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: