2017 © Pedro Peláez
 

library smarty-hhvm

Smarty - the compiling PHP template engine

image

uwetews/smarty-hhvm

Smarty - the compiling PHP template engine

  • Friday, March 27, 2015
  • by UTews
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Smarty 3 template engine

Distribution repository

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)

The Versions

27/03 2015

dev-master

9999999-dev http://www.smarty.net

Smarty - the compiling PHP template engine

  Sources   Download

LGPL-3.0

The Requires

  • php >=5.2

 

by Monte Ohrt
by Rodney Rehm

templating