2017 © Pedro Peláez
 

yii2-extension yii2-smarty

The Smarty integration for the Yii framework

image

yiisoft/yii2-smarty

The Smarty integration for the Yii framework

  • Friday, May 4, 2018
  • by cebe
  • Repository
  • 22 Watchers
  • 55 Stars
  • 47,279 Installations
  • PHP
  • 10 Dependents
  • 0 Suggesters
  • 31 Forks
  • 0 Open issues
  • 12 Versions
  • 10 % Grown

The README.md

, (*1)

Smarty Extension for Yii 2


This extension provides a ViewRender that would allow you to use Smarty view template engine with Yii framework 2.0., (*2)

For license information check the LICENSE-file., (*3)

Documentation is at docs/guide/README.md., (*4)

Latest Stable Version Total Downloads Build Status, (*5)

Installation

The preferred way to install this extension is through composer., (*6)

Either run, (*7)

php composer.phar require --prefer-dist yiisoft/yii2-smarty

or add, (*8)

"yiisoft/yii2-smarty": "~2.0.0"

to the require section of your composer.json., (*9)

Note that the smarty composer package is distributed using subversion so you may need to install subversion., (*10)

Usage

To use this extension, simply add the following code in your application configuration:, (*11)

return [
    //....
    'components' => [
        'view' => [
            'renderers' => [
                'tpl' => [
                    'class' => 'yii\smarty\ViewRenderer',
                    //'cachePath' => '@runtime/Smarty/cache',
                ],
            ],
        ],
    ],
];

The Versions

04/05 2018

dev-master

9999999-dev

The Smarty integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 smarty renderer

25/04 2018

2.0.7

2.0.7.0

The Smarty integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 smarty renderer

18/03 2017

2.0.6

2.0.6.0

The Smarty integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 smarty renderer

17/03 2016

2.0.5

2.0.5.0

The Smarty integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 smarty renderer

25/05 2015

2.0.4

2.0.4.0

The Smarty integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 smarty renderer

01/03 2015

2.0.3

2.0.3.0

The Smarty integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 smarty renderer

11/01 2015

2.0.2

2.0.2.0

The Smarty integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 smarty renderer

07/12 2014

2.0.1

2.0.1.0

The Smarty integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 smarty renderer

12/10 2014

2.0.0

2.0.0.0

The Smarty integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 smarty renderer

28/09 2014

2.0.0-rc

2.0.0.0-RC

The Smarty integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 smarty renderer

13/04 2014

2.0.0-beta

2.0.0.0-beta

The Smarty integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 smarty renderer

25/11 2013

2.0.0-alpha

2.0.0.0-alpha

The Smarty integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii smarty renderer