fuc/vendor/smarty/smarty
2025-02-23 13:30:57 +08:00
..
changelog Initial commit 2025-02-23 13:30:57 +08:00
demo Initial commit 2025-02-23 13:30:57 +08:00
docs Initial commit 2025-02-23 13:30:57 +08:00
libs Initial commit 2025-02-23 13:30:57 +08:00
src Initial commit 2025-02-23 13:30:57 +08:00
CHANGELOG.md Initial commit 2025-02-23 13:30:57 +08:00
composer.json Initial commit 2025-02-23 13:30:57 +08:00
CONTRIBUTING.md Initial commit 2025-02-23 13:30:57 +08:00
LICENSE Initial commit 2025-02-23 13:30:57 +08:00
Makefile Initial commit 2025-02-23 13:30:57 +08:00
mkdocs.yml Initial commit 2025-02-23 13:30:57 +08:00
README.md Initial commit 2025-02-23 13:30:57 +08:00
run-tests-for-all-php-versions.sh Initial commit 2025-02-23 13:30:57 +08:00
run-tests.sh Initial commit 2025-02-23 13:30:57 +08:00
SECURITY.md Initial commit 2025-02-23 13:30:57 +08:00
TODO.txt Initial commit 2025-02-23 13:30:57 +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.