dev-master
9999999-dev http://www.smarty.netSmarty - the compiling PHP template engine
LGPL-3.0
The Requires
- php >=5.2
by Monte Ohrt
by Uwe Tews
by Rodney Rehm
templating
Smarty - the compiling PHP template engine
Read the NEW_FEATURES file for recent extensions to Smarty 3.1 functionality, (*1)
Smarty packages are now on github and can be installed with Composer., (*2)
NOTE: Because of this change you must clear your local composer cache with the "composer clearcache" command, (*3)
The "smarty/smarty" package will start at libs/.... subfolder., (*4)
To get the latest stable version of Smarty 3.1 use, (*5)
"require": { "smarty/smarty": "~3.1" }
in your composer.json file., (*6)
To get the trunk version use, (*7)
"require": { "smarty/smarty": "~3.1@dev" }
All stable releases since 3.1.11 are available For a specific version use something like, (*8)
"require": { "smarty/smarty": "3.1.19" }
Composer can also be used for Smarty2 versions 2.6.24 to 2.6.28, (*9)
Smarty - the compiling PHP template engine
LGPL-3.0
templating