SimpleTemplate

As its name suggests, SimpleTemplate is a minimalistic single-file template engine written in PHP, with support for variables and basic flow control operators. It was developed as a part of Saiko web framework, that I was working on together with Alex Shanks and other folks back in good ol’ school days.

It can be easily plugged into existing applications and frameworks, and can be redistributed with them, as long as conditions of GNU GPL version 2 or (at your option) any later version are met.

[ Download source code ]