Piwigo/include/smarty
2023-12-13 15:06:46 +01:00
..
lexer issue #1845 update Smarty from 4.1.0 to 4.3.1 (compat PHP 8.2) 2023-04-17 10:49:21 +02:00
libs fixes #2066 keep Smarty compatible with PHP 7.0 2023-12-13 15:06:46 +01:00
CHANGELOG.md issue #1845 update Smarty from 4.1.0 to 4.3.1 (compat PHP 8.2) 2023-04-17 10:49:21 +02:00
LICENSE smarty 3.1.39 upgrade 2021-08-06 15:57:14 +02:00
README.md issue #1845 update Smarty from 4.1.0 to 4.3.1 (compat PHP 8.2) 2023-04-17 10:49:21 +02:00
SECURITY.md issue #1845 update Smarty from 4.1.0 to 4.3.1 (compat PHP 8.2) 2023-04-17 10:49:21 +02:00

Smarty template engine

Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic.

CI

Documentation

Read the documentation to find out how to use it.

Requirements

Smarty can be run with PHP 7.1 to PHP 8.2.

Installation

Smarty versions 3.1.11 or later can be installed with Composer.

To get the latest stable version of Smarty use:

composer require smarty/smarty

More in the Getting Started section of the docs.