fuc-new/vendor/smarty/smarty
2026-05-02 16:20:44 +08:00
..
changelog vendor 2026-05-02 16:20:44 +08:00
demo vendor 2026-05-02 16:20:44 +08:00
docs vendor 2026-05-02 16:20:44 +08:00
src vendor 2026-05-02 16:20:44 +08:00
CHANGELOG.md vendor 2026-05-02 16:20:44 +08:00
composer.json vendor 2026-05-02 16:20:44 +08:00
CONTRIBUTING.md vendor 2026-05-02 16:20:44 +08:00
LICENSE vendor 2026-05-02 16:20:44 +08:00
Makefile vendor 2026-05-02 16:20:44 +08:00
mkdocs.yml vendor 2026-05-02 16:20:44 +08:00
README.md vendor 2026-05-02 16:20:44 +08:00
run-tests-for-all-php-versions.sh 1 2025-10-01 13:34:29 +08:00
run-tests.sh 1 2025-10-01 13:34:29 +08:00
SECURITY.md vendor 2026-05-02 16:20:44 +08:00
TODO.txt vendor 2026-05-02 16:20:44 +08: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 v5 can be run with PHP 7.2 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.