mreiche / smarty
Smarty - the compiling PHP template engine
This package's canonical repository appears to be gone and the package has been frozen as a result.
Requires
- php: >=5.2
- dev-master
- v3.1.x-dev
- v3.1.31.1
- 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-feature/cacheable-output-filters
- dev-upstream
- dev-Smarty2
This package is not auto-updated.
Last update: 2019-01-29 23:15:24 UTC
README
Documentation
For documentation see www.smarty.net/docs/en/
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