PHPackages                             tquant/yii2-asset-combiner - 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. tquant/yii2-asset-combiner

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

tquant/yii2-asset-combiner
==========================

Asset combiner for Yii2

0.8.4(2y ago)47.0k4[2 issues](https://github.com/tQuant/yii2-asset-combiner/issues)BSD-3-ClausePHP

Since Dec 19Pushed 2y ago2 watchersCompare

[ Source](https://github.com/tQuant/yii2-asset-combiner)[ Packagist](https://packagist.org/packages/tquant/yii2-asset-combiner)[ RSS](/packages/tquant-yii2-asset-combiner/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (12)Used By (0)

Asset combiner for Yii 2
========================

[](#asset-combiner-for-yii-2)

Yii 2 extension to compress and concatenate assets

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

[](#installation)

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

Either run

```
$ composer require tquant/yii2-asset-combiner
```

or add

```
"tquant/yii2-asset-combiner": "*"

```

to the `require` section of your `composer.json` file.

Configuring
-----------

[](#configuring)

Note: to use `UglifyJsFilter` and `UglifyCssFilter` you must have installed [UglifyJs](https://github.com/mishoo/UglifyJS2) and [UglifyCSS](https://github.com/fmarcia/UglifyCSS)

### Console command

[](#console-command)

```
