smarty/smarty

Smarty - the compiling PHP template engine

Installs: 24 863 282

Dependents: 500

Suggesters: 45

Security: 12

Stars: 2 192

Watchers: 185

Forks: 695

Open Issues: 60

v5.0.2 2024-03-28 10:23 UTC

This package is auto-updated.

Last update: 2024-04-13 14:53:10 UTC


README

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.