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. Email us for help if needed.
Installs: 331
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/nia/templating
Requires
- php: >=7.0.0
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.