smarty / smarty
Smarty - the compiling PHP template engine
Installs: 11 846 821
Dependents: 457
Suggesters: 43
Security: 7
Stars: 1 962
Watchers: 187
Forks: 655
Open Issues: 67
Requires
- php: ^7.1 || ^8.0
Requires (Dev)
- phpunit/phpunit: ^8.5 || ^7.5
- smarty/smarty-lexer: ^3.1
- v4.1.1
- v4.1.0
- dev-master / 4.0.x-dev
- v4.0.4
- v4.0.3
- v4.0.2
- v4.0.1
- v4.0.0
- v4.0.0-rc.0
- v3.1.45
- v3.1.44
- v3.1.43
- v3.1.42
- v3.1.41
- v3.1.40
- v3.1.39
- v3.1.38
- v3.1.37.1
- v3.1.37
- v3.1.36
- v3.1.35
- v3.1.34
- v3.1.33
- v3.1.32
- v3.1.31
- v3.1.30
- v3.1.29
- v3.1.28
- v3.1.27
- v3.1.26
- v3.1.25
- v3.1.24
- v3.1.23
- v3.1.21
- v3.1.20
- v3.1.19
- v3.1.18
- v3.1.17
- v3.1.16
- v3.1.15
- v3.1.14
- v3.1.13
- v3.1.12
- v3.1.11
- v2.6.33
- v2.6.31
- v2.6.30
- v2.6.29
- v2.6.28
- v2.6.27
- v2.6.26
- v2.6.25
- v2.6.24
- dev-support/3.1
- dev-support/2.6
- dev-m-haritonov-escape
- dev-feature/do_not_use_at_suppression_for_default_modifier
- dev-bugfix/inline_include_string_template_crash
This package is auto-updated.
Last update: 2022-05-17 12:59:30 UTC
README
Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic.
Documentation
Read the documentation to find out how to use it.
Requirements
Smarty can be run with PHP 7.1 to PHP 8.1.
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.