Name: | php-latte |
---|---|
Version: | 2.3.13 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 138422 |
License: | BSD or GPLv2 or GPLv3 |
RPM: | php-latte-2.3.13-1.el7.noarch.rpm |
Source RPM: | php-latte-2.3.13-1.el7.src.rpm |
Build Date: | Fri Dec 01 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/nette/latte |
Summary: | Latte: the amazing template engine for PHP |
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'; |