kurogame / smarty
Smarty - the compiling PHP template engine
Requires
- php: >=5.2
Requires (Dev)
- phpunit/phpunit: 6.4.1 || ^5.7 || ^4.8
- smarty/smarty-lexer: ^3.1
- dev-master / 3.1.x-dev
- 3.1.38
- 3.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.31
- v2.6.30
- v2.6.29
- v2.6.28
- v2.6.27
- v2.6.26
- v2.6.25
- v2.6.24
- dev-feauture/run_unit_tests_for_php_5
- dev-bugfix/support_https_in_fetch
- dev-Smarty2
This package is auto-updated.
Last update: 2025-03-29 01:10:23 UTC
README
Documentation
For documentation see www.smarty.net/docs/en/
Requirements
Smarty can be run with PHP 5.2 to PHP 7.4.
Distribution repository
Smarty 3.1.28 introduces run time template inheritance
Read the NEW_FEATURES and INHERITANCE_RELEASE_NOTES file for recent extensions to Smarty 3.1 functionality
Smarty versions 3.1.11 or later are now on github and can be installed with Composer.
The "smarty/smarty" package will start at libs/.... subfolder.
To get the latest stable version of Smarty 3.1 use:
"require": { "smarty/smarty": "~3.1" }
in your composer.json file.
To get the trunk version use:
"require": { "smarty/smarty": "~3.1@dev" }
For a specific version use something like:
"require": { "smarty/smarty": "3.1.19" }
PHPUnit test can be installed by corresponding composer entries like:
"require": { "smarty/smarty-phpunit": "3.1.19" }
Similar applies for the lexer/parser generator.
"require": { "smarty/smarty-lexer": "3.1.19" }
Or you could use:
"require": { "smarty/smarty-dev": "3.1.19" }
Which is a wrapper to install all 3 packages.
Composer can also be used for Smarty2 versions 2.6.24 to 2.6.30.