leedch/view

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

Maintainers

Package info

github.com/leedave/view

Homepage

pkg:composer/leedch/view

Statistics

Installs: 267

Dependents: 3

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.4 2024-04-07 14:24 UTC

This package is not auto-updated.

Last update: 2026-02-22 23:10:55 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