phpnuxbill/system/vendor/smarty/smarty
2024-05-30 09:32:54 +07:00
..
lexer update to Smarty v4.5.3, dont update to v5 is not supported, need many changes 2024-05-30 09:32:54 +07:00
libs update to Smarty v4.5.3, dont update to v5 is not supported, need many changes 2024-05-30 09:32:54 +07:00
CHANGELOG.md update to Smarty v4.5.3, dont update to v5 is not supported, need many changes 2024-05-30 09:32:54 +07:00
composer.json update to Smarty v4.5.3, dont update to v5 is not supported, need many changes 2024-05-30 09:32:54 +07:00
LICENSE update to Smarty v4.5.3, dont update to v5 is not supported, need many changes 2024-05-30 09:32:54 +07:00
mkdocs.yml update to Smarty v4.5.3, dont update to v5 is not supported, need many changes 2024-05-30 09:32:54 +07:00
README.md update to Smarty v4.5.3, dont update to v5 is not supported, need many changes 2024-05-30 09:32:54 +07:00
run-tests-for-all-php-versions.sh update to Smarty v4.5.3, dont update to v5 is not supported, need many changes 2024-05-30 09:32:54 +07:00
run-tests.sh update to Smarty v4.5.3, dont update to v5 is not supported, need many changes 2024-05-30 09:32:54 +07:00
SECURITY.md update to Smarty v4.5.3, dont update to v5 is not supported, need many changes 2024-05-30 09:32:54 +07: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.3.

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.