PHPackages                             hauntd/yii2-basketjs-asset - 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. hauntd/yii2-basketjs-asset

ActiveYii2-extension

hauntd/yii2-basketjs-asset
==========================

basket.js asset for Yii 2.0 apps

1.0.1(11y ago)34.1k—0%MITPHP

Since May 6Pushed 11y ago1 watchersCompare

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

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

yii2-basketjs-asset
===================

[](#yii2-basketjs-asset)

[Basket.js](https://addyosmani.github.io/basket.js/) plugin asset for Yii 2.0 applications.

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist hauntd/yii2-basketjs-asset "*"

```

or add

```
"hauntd/yii2-basketjs-asset": "*"

```

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

Usage
-----

[](#usage)

To use this plugin extend your asset class from `hauntd\basketjs\Asset`.

```
