azelea / templater
The templater for the azelea php framework
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/azelea/templater
This package is auto-updated.
Last update: 2025-12-27 17:43:13 UTC
README
What is this repo?
This templater library is for the core of the lightweight PHP framework named Azelea. Can be used as standalone.
How do I run this?
This repo is for the composer package, which you can install
with composer require azelea/templater.
You are not required to use the Azelea Framework to use the templater. There are two things you need to do to load this.
- You need to create the Loom class and call the render function
- An example:
$loom = new Loom($data); return $loom->render($view);
- An example:
How do I contribute to this?
Currently I have no idea if others can contribute to this repo. If you can, any help is appreciated. You can also contribute to the azelea-core repo in my profile.