dev-master
9999999-dev http://www.smarty.netSmarty - the compiling PHP template engine, fork
LGPL-3.0
The Requires
- php >=5.6
by Monte Ohrt
by Uwe Tews
by Monk
templating
Wallogit.com
2017 © Pedro Peláez
Smarty - the compiling PHP template engine, fork
Starting with Smarty 2.6.23 Composer has been configured to load the packages from github. This is fork for smarty with adding several plugins and internals. And comparable with php 5.6+., (*1)
NOTE: Because of this change you must clear your local composer cache with the "composer clearcache" command, (*2)
To get the latest stable version use, (*3)
"require": {
"Mon1k/smarty": "~2.6"
}
in your composer.json file., (*4)
To get the trunk version use, (*5)
"require": {
"Mon1k/smarty": "~2.6@dev"
}
The "Mon1k/smarty" package will start at libs/.... subfolder., (*6)
Smarty - the compiling PHP template engine, fork
LGPL-3.0
templating