nia/templating

Collection of interfaces to implement templating functionality.

This package's canonical repository appears to be gone and the package has been frozen as a result.

1.0.1 2016-02-21 18:05 UTC

This package is not auto-updated.

Last update: 2022-03-11 06:36:58 UTC


README

Collection of interfaces to implement templating functionality.

Installation

Require this package with Composer.

	composer require nia/templating

How to use

You need a concrete implementation of your required template engine to use this component. You will find an implementation of this component which is using Twig in the nia/templating-twig component.