leedch/view

Lightweight PHP Library to create Views from HTML Templates, supports variables and translations

1.0.4 2024-04-07 14:24 UTC

This package is not auto-updated.

Last update: 2024-04-21 14:31:49 UTC


README

A simple library that can generate a HTML file from any text file. Supports variables and translations

Add Variables by putting {{$VARIABLENAME}} in your Template Add Translations by putting {{t:translationName}} in your Templates

An example template is in the folder /examples