World PHP template engine, Top 25



The PHP template engine means that maintainability can be improved by separating the program part by PHP and the design part by HTML.

For those who deal with PHP program to program, it is possible to modify the source without waiting for the finish of the designer, and from the designer's perspective, just by changing the part of the template file without knowledge of PHP It will be possible to design.

Let's look at the top 25, which is particularly famous among such PHP template engines.
Jaslabs >> Top 25 PHP template engines

Some things I do not know are mixed, but there are so many things in it.

Smarty
The high speed of operation and the flexible place are Uri, pretty famous.

Heyes Template Class
Very easy to use, it seems powerful. For people who want to completely separate page layout and design from code.

FastTemplate
As you can see from the name the speed is high.

ShellPage
It seems that it was made on the premise that the whole site is changed all the time.

STP Simple Template Parser
It is lightweight and easy to use.

OO Template Class
Emphasis on versatility over ease of use.

SimpleTemplate
simple.

BTemplate
It seems that the capacity is small and the speed is fast.

Savant
It is powerful but lightweight.

ETS - easy template system
It is easy to use and easy to use.

EasyTemplatePHP
This is also simplicity.

VlibTemplate
It has a cache system and a debugging system.

AvanTemplate
It seems that with multi-byte use, resources are not eaten much.

Grafx Software's Fast Template
Cache function, debug function etc are available.

TemplatePower
Supports dynamic blocks.

TagTemplate
A type that uses a template file.

Htmltmpl: templating engine
Python can be used as well as PHP.

PHP Class for Parsing Dreamweaver templates
It can cooperate with Dreamweaver, compatible with WordPress and others.

MiniTemplator (Template Engine)
It is made to be compact.

Layout Solution
It focuses on the ease of development and maintenance.

Cached Fast Template
Fast Template with caching system implemented.

TinyButStrong
Template engine supporting MySQL, ODBC, SQL server, ADODB.

Brian Lozier's php based template engine
Only 2 KB.

WACT
It is for separating from the design.

PHPTAL
XML and XHTML libraries for PHP.

·Related Links
Comparison of processing speed of PHP · Perl various template engines

in Web Service, Posted by darkhorse_log