crm-rush/api/soft/smarty/5.4.1
root 47ecd008df first commit 2024-09-27 15:28:55 +05:00
..
changelog first commit 2024-09-27 15:28:55 +05:00
demo first commit 2024-09-27 15:28:55 +05:00
docs first commit 2024-09-27 15:28:55 +05:00
libs first commit 2024-09-27 15:28:55 +05:00
src first commit 2024-09-27 15:28:55 +05:00
CHANGELOG.md first commit 2024-09-27 15:28:55 +05:00
CONTRIBUTING.md first commit 2024-09-27 15:28:55 +05:00
LICENSE first commit 2024-09-27 15:28:55 +05:00
Makefile first commit 2024-09-27 15:28:55 +05:00
README.md first commit 2024-09-27 15:28:55 +05:00
SECURITY.md first commit 2024-09-27 15:28:55 +05:00
TODO.txt first commit 2024-09-27 15:28:55 +05:00
composer.json first commit 2024-09-27 15:28:55 +05:00
mkdocs.yml first commit 2024-09-27 15:28:55 +05:00
run-tests-for-all-php-versions.sh first commit 2024-09-27 15:28:55 +05:00
run-tests.sh first commit 2024-09-27 15:28:55 +05:00

README.md

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.