mapq / html-template
A template system to separate HTML from backend logic. Support in PHP for now.
Installs: 53
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 4
Open Issues: 1
pkg:composer/mapq/html-template
Requires
- php: >5.0
This package is not auto-updated.
Last update: 2025-10-25 21:28:09 UTC
README
The tiny template is a very simple template language implemented in PHP to be used for small projects and classroom instruction. The language supports conditionals, repetitions, and calls to functions embedded in HTML. I wrote it to explain how template systems work and to demonstrate why they need to have some amount of computation in them.
Since its first version, I have added a few things that were easy to add but extended it beyond the original goals. There are still a few things left to be implemented.
Manuel A. Perez-Quinones Computer Science Virginia Tech 2014