TemplateSeed
Simple PHP View Class
About This Website
SyntaxSeed is a collection of free and Open Source applications, themes, plugins and PHP scripts available for your next project.
This site is owned and operated by Avinus Web Services: www.avinus.com. Contact us for your next project or web hosting needs.

A lightweight, simple PHP templating class with caching and natural PHP template syntax.
- PSR-4 autoloading compliant structure.
- Unit-Testing with PHPUnit.
- Simple to learn and use.
- Template markup language is standard PHP.
- Pass any number of parameters to a template.
- Set global parameters for all templates.
- Small code footprint: integrates easily into your project.
- Simple output caching.
- Easy to customize.
Source Code: + Expand
composer require syntaxseed/templateseed
Tags: