2017 © Pedro Peláez
 

library template-engine

image

ceus-media/template-engine

  • Thursday, May 17, 2018
  • by kriss0r
  • Repository
  • 1 Watchers
  • 0 Stars
  • 16 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

TemplateEngine

A simple template engine for PHP., (*1)

Branch Release PHP version PHPStan level Total downloads Package version License, (*2)

Versions

Until version 0.4.1, support for PHP 7.4+ and CeusMedia::Common 0.9+.
This version 0.5.1, support for PHP 8.1+ and CeusMedia::Common 1.0+., (*3)

Facts

  • logic-less - no conditions or loop
    • conditions are done by Optional and Inclusion plugin
    • loops are done by assigning sub templates on lists
  • filters - apply filters before and after
  • plugins - functionality is extendable by plugins
    • includes - include nested templates
    • comments - enable developer comments outside production
    • optional - ...

The Versions

17/05 2018

dev-master

9999999-dev

  Sources   Download

GPL-3.0+

The Requires