niirrty/niirrty.plate

A PHP template engine.

0.6.3 2024-02-22 08:45 UTC

This package is auto-updated.

Last update: 2024-04-22 09:07:35 UTC


README

A small template engine

Examples

Some example usages can be found inside the examples sub directory.

Template tags

The documentation of all supported template tags is here.

Configuration

If you want to change it you can do it by different ways:

  1. Use a configuration file. (see examples/ini-config.php) The known formats and settings are described here
  2. Configure it programmatically. (see examples/manual-config.php)