Star: Simple Templates And Renderer, is a HTML template engine for PHP. https://gothamcode.com/star
Find a file
2025-10-27 14:02:25 -04:00
templates First version 2025-10-27 14:02:25 -04:00
README.md First version 2025-10-27 14:02:25 -04:00
star.3 First version 2025-10-27 14:02:25 -04:00
star.7 First version 2025-10-27 14:02:25 -04:00
star.php First version 2025-10-27 14:02:25 -04:00

star

Star: Simple Templates And Renderer, is a HTML template engine for PHP. It is compatible with PHP 7.3 and later. It is self-contained, does not use Composer or third-party libraries and can be pasted onto the end of your existing scripts. It protects against XSS attacks, supports variables, inheritance, conditionals, includes, and compilation of templates to PHP which are cached for increased performance.