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

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

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.

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: