Blog |
			Forum |
			Repository |
			Wizard
		
		Jump to letter: [
			
				ACDGILMOPQRWXYZ
			]
		
		
			
				
					php-latte - Latte: the amazing template engine for PHP
					
						- Website:
- https://github.com/nette/latte
- Licence:
- BSD or GPLv2 or GPLv3
- Vendor:
- Remi Collet
						- Description:
- Latte is a template engine for PHP which eases your work and ensures the
output is protected against vulnerabilities, such as XSS.
Latte is fast: it compiles templates to plain optimized PHP code.
Latte is secure: it is the first PHP engine introducing content-aware escaping.
Latte speaks your language: it has intuitive syntax and helps you to build
better websites easily.
To use this library, you just have to add, in your project:
  require_once '/usr/share/php/Latte/autoload.php'; 
Packages