mirror of
https://github.com/smarty-php/smarty.git
synced 2026-08-03 20:14:31 +02:00
4d1cf61bb8336c075108e6a86e8743caf9bf2b9e
Dropped remaining references to removed PHP-support in Smarty 4 from docs, lexer and security class.
Treat undefined vars and array access of a null or false variables equivalent across all supported PHP versions (#830)
Treat undefined vars and array access of a null or false variables equivalent across all supported PHP versions (#830)
Treat undefined vars and array access of a null or false variables equivalent across all supported PHP versions (#830)
Smarty template engine
Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic.
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.
Languages
PHP
91.2%
Go Template
5.2%
Yacc
2.4%
Smarty
0.8%
Dockerfile
0.2%
Other
0.1%