Search by

xfg / yii2-mustache.js

xfg

mustache.js for Yii2

Package info

github.com/xfg/yii2-mustache.js

Type:yii2-extension

pkg:composer/xfg/yii2-mustache.js

Statistics

Installs: 1 023

Dependents: 2

Suggesters: 0

Stars: 2

Open Issues: 0

v1.0.0 2015-03-03 12:21 UTC

This package is not auto-updated.

Last update: 2026-09-13 03:43:38 UTC


README

Yii2-extension for mustache.js

This project is distributed under the terms of the Apache Software License, Version 2.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist xfg/yii2-mustache.js "*"

or add

"xfg/yii2-mustache.js": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply add next code to your asset bundle :

public $depends = [
    'xfg\mustachejs\MustachejsAsset',
];