Twig 1.13.0
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 parser, which allows the developers to define its own custom tags and filters and create its own DSL.
Features of Twig:
- Template oriented syntax: Twig has shortcuts for common patterns, like having a default text displayed when you iterate over an empty array:
- Unit tested: Twig is fully unit-tested. The library is stable and ready to be used in large projects.
- Clean Error Messages: Whenever you have a syntax problem within a template, Twig outputs a helpful message with the filename and the line number where the problem occurred. It eases the debugging a lot.
- And much more.
Requirements:
- PHP 5.2.4 or Higher
What's New in This Version:
- Fixed fatal error that should be an exception when adding a filter/function/test too late.
- Added a batch filter.
- Added support for encoding an array as query string in the url_encode filter.
More popular Template engine
- smarty 3.1.13 (4 months 29 days ago)
- PHPLayouts 0.9.2 (2 years, 6 months 13 days ago)
- Savant 3.0.1 (2 years, 3 months 10 days ago)
- vLIB 4.2.1 (2 years, 6 months 13 days ago)
- QuickSkin 5.0 (2 years, 6 months 13 days ago)
Listing Files

.gitignore- 27 Bytes
- 11/11/2012 09:17:58

phpunit.xml.dist- 651 Bytes
- 11/11/2012 09:17:58

bootstrap.php- 293 Bytes
- 11/11/2012 09:17:58

escapingTest.php- 10.5 KB
- 11/11/2012 09:17:58

EnvironmentTest.php- 1021 Bytes
- 11/11/2012 09:17:58

ErrorTest.php- 5.8 KB
- 11/11/2012 09:17:58

TemplateTest.php- 13.9 KB
- 11/11/2012 09:17:58

FileCachingTest.php- 2.0 KB
- 11/11/2012 09:17:58

ArrayTest.php- 2.2 KB
- 11/11/2012 09:17:58

FilesystemTest.php- 3.2 KB
- 11/11/2012 09:17:58

ChainTest.php- 1.7 KB
- 11/11/2012 09:17:58

index.html- 19 Bytes
- 11/11/2012 09:17:58

