Remi's RPM repository - Packages

Blog | Forum | Repository

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

php-latte-2.3.7-1.fc19.remi.noarch [40 KiB] Changelog by Remi Collet (2015-11-08):
- update to 2.3.7
php-latte-2.3.6-1.fc19.remi.noarch [39 KiB] Changelog by Remi Collet (2015-10-20):
- initial package