PHP Template engine

Free PHP Template engine makes HTML code clean and readable by separating application logic and content from its presentation. PHP Template is most useful in a situation where application programmer and template designer play different roles.
  1. Gandus Portfolio Template
    1744 total visits
    Here comes a completely new template built from scratch in Actionscript 3. It’s xml driven, so this means you can use it without any prior flash knowledge. You can edit everything from colors to content. Six highly customizable modules are included, but you can also add your own swf files. Make sure you explore both previews, in order to view ...
  2. Twig
    2149 total visits
    Twig is a modern PHP template engine features for flexible, fast and secure. It complies templates down to plain optimized PHP code, it also has a sandbox mode to evaluated untrusted template code, which allows Twig to be used as a template language for applications where users may modify the template design. Twig is powered by a flexible lexer and ...
  3. smarty
    3529 total visits
    Smarty is a PHP template engine.Smarty is best described in a situation where the application programmer and the template designer play different roles, or in most cases are not the same person.Smarty is primarily promoted as a tool for separation of concerns. More specifically, it facilitates a manageable way to separate application logic and content from its presentation.Features of Smarty:- ...
  4. Rain TPL
    1365 total visits
    RainTPL, now part of Rain Framework, is an open source PHP template engine that compile HTML template in PHP to improve the speed. Divide the works of graphics by the works of programmers by splitting statics code (HTML) from dynamic code (PHP). Features of RainTPL:- Fast: load precompiled template.- Easy: 2 files, 7 tags and 3 methods for design template.- ...
  5. Dwoo
    837 total visits
    Dwoo is a PHP template engine. It features fully compatible with Smarty templates and plugins, but is written from scratch for PHP5. Template inheritance, a fresh look at complex template structures. Sub-template declaration within templates to allow recursive templates. Dwoo also has a flexible plugin creation, plugins can be wrapped in classes or simple functions, they can be precompiled to ...
  6. PHPTAL
    2195 total visits
    PHPTAL is a PHP template engine for PHP5. It enforces the separation between logic and presentation, moves presentation actions inside XHTML attributes instead of using plain tags or elements. Unlike other templates, PHPTal has a quite clean and readable templates. It also has the ability to insert sample text inside template to preview templates result without PHP backend. The most ...
  7. Savant
    2561 total visits
    Savant is a lightweight but powerful PHP template system which is compliant for PEAR. Unlike other PHP template systems, Savant uses PHP itself as its template language, so you also don't need to learn a new markup system. Even though Savant is not itself a compiling system, you can write your own compiler and plug it into Savant, this means ...
  8. PHPLayouts
    2727 total visits
    PHPLayouts is a simple PHP template engine, which supports layouts in PHP 5. PHPLayout is the only one project that supports layouts without Zend Framework till now. PHPLayouts is OpenSource and free, so it is allowed to you to share, modify and redistribute it. Features of PHPLayouts:- template engine- layouts management- cache handling- extendable with plugins (soon)- helpers
  9. QuickSkin
    2476 total visits
    QuickSkin is renamed from the original SmartTemplate. It is a PHP Template Engine/Compiler designed to support large scale, web based applications. HTML Templates are compiled to native PHP code and executed very fast. Small footprint. PHP4/5.
  10. vLIB
    2524 total visits
    vLIB is a PHP template engine designed for programmers and web developers for their web development.vlib Template is a PHP project that is intended to make splitting PHP from HTML a simple and natural task. It makes use of the following vlibTemplate markup tags (like html tags); <tmpl_var ...>, <tmpl_loop ...> and so on.vLIB Contains Three Classes:- vlibTemplate,- vlibDate,- vlibMimeMail.Features ...
  11. PHP XTemplate
    2190 total visits
    XTemplate is a PHP template engine that allows you to store your HTML code separately to your PHP code. It has many useful features yet code is short and highly optimized. The code is stored here but eveything else is on its homepage. XTemplate has been around for several years, it is considered stable and mature and has been used ...
  12. Loci
    81 total visits
    Loci is a PHP and JSON based template engine. Loci takes the content of JSON files and inserts it in special tags inside PHP files. This operation is called templating and is currently used on a large scale in most programming languages in creating and outputting dynamic Web content. Requirements:- PHP 5.4 or Higher
  13. No Screenshot
    134 total visits
    uTemplate is a small PHP script for implementing a simple template engine, which is under 20 lines of code. It is extremely lightweight, but not that full of features.
  14. mustache.php
    267 total visits
    mustache.php is the PHP version of the Mustache templating engine. Mustache is a framework-agnostic logic-less templating language. It enforces separation of view logic from template files. Due to its structure, the template doesn't even allow or makes it possible to embed logic in a template. Requirements:- PHP 5.2.4 or Higher Limitations:- Sections don't respect delimiter changes -- delimiters example currently ...
  15. No Screenshot
    124 total visits
    SithTemplate is a text-based PHP template engine. The project uses a Django-based syntax. It is fast and simple to integrate, while providing a powerful extensions mechanism. The whole standard library is implemented as libraries - including loops, blocks, conditionals and template inheritance. Requirements:- PHP 5 or Higher Limitations:- Development has stopped on this project.
Pages 1 of 3« 1 2 3 »