PHPackages                             yiiplus/yii2-fis-smarty - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. yiiplus/yii2-fis-smarty

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

yiiplus/yii2-fis-smarty
=======================

基于Yii2的前端工程构建工具Fis3Smarty扩展

2.0.0(8y ago)148811BSD-3-ClausePHP

Since Apr 26Pushed 7y ago2 watchersCompare

[ Source](https://github.com/yiiplus/yii2-fis-smarty)[ Packagist](https://packagist.org/packages/yiiplus/yii2-fis-smarty)[ RSS](/packages/yiiplus-yii2-fis-smarty/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (3)Used By (1)

Fis3 Smarty Extension for Yii 2
===============================

[](#fis3-smarty-extension-for-yii-2)

This extension provides a `ViewRender` that would allow you to use [Smarty](http://www.smarty.net/) view template engine with [Yii framework 2.0](http://www.yiiframework.com).

For license information check the [LICENSE](LICENSE.md)-file.

Documentation is at [docs/guide/README.md](docs/guide/README.md).

[![Latest Stable Version](https://camo.githubusercontent.com/0f5e1a5866ddf2ce96de5278eda8cf55d4651cbb4314a01bc593b1bc76b0aba9/68747470733a2f2f706f7365722e707567782e6f72672f796969706c75732f796969322d6669732d736d617274792f762f737461626c652e706e67)](https://packagist.org/packages/yiiplus/yii2-fis-smarty)[![Total Downloads](https://camo.githubusercontent.com/142257865b1c77f63cfb7982cfac1e98eb785d8a6d193c2a1144c7d02d6846e1/68747470733a2f2f706f7365722e707567782e6f72672f796969706c75732f796969322d6669732d736d617274792f646f776e6c6f6164732e706e67)](https://packagist.org/packages/yiiplus/yii2-fis-smarty)[![Build Status](https://camo.githubusercontent.com/50e0f2e036e0aad01bf46d61d828742777113dfd2c3a45442bc77887422e686c/68747470733a2f2f7472617669732d63692e6f72672f796969706c75732f796969322d6669732d736d617274792e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/yiiplus/yii2-fis-smarty)

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
composer require "yiiplus/yii2-fis-smarty:^2.0.0"

```

or add

```
"yiiplus/yii2-fis-smarty": "^2.0.0"
```

to the require section of your composer.json.

Note that the smarty composer package is distributed using subversion so you may need to install subversion.

Usage
-----

[](#usage)

To use this extension, simply add the following code in your application configuration:

```
return [
    //....
    'components' => [
        'view' => [
            'renderers' => [
                'tpl' => [
                    'class' => 'yiiplus\fis\smarty\ViewRenderer',
                    'configDirs' => ['@app/config/fis'],
                ],
            ],
        ],
    ],
];
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2939d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b6a2bdc2bf97fc3a04d737a0667adecc36e7dd80feb53b31490362d804df0343?d=identicon)[yiiplus](/maintainers/yiiplus)

---

Tags

yii2extensionrenderersmartyfis3

### Embed Badge

![Health badge](/badges/yiiplus-yii2-fis-smarty/health.svg)

```
[![Health](https://phpackages.com/badges/yiiplus-yii2-fis-smarty/health.svg)](https://phpackages.com/packages/yiiplus-yii2-fis-smarty)
```

###  Alternatives

[vyants/yii2-daemon

Extension provides functionality for simple daemons creation and control

7859.0k](/packages/vyants-yii2-daemon)[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1357.2k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
