An open API service indexing awesome lists of open source software.

https://github.com/dmstr/yii2-emojifyjs-asset

Emojify.js asset bundle for Yii 2.0 Framework
https://github.com/dmstr/yii2-emojifyjs-asset

Last synced: 7 months ago
JSON representation

Emojify.js asset bundle for Yii 2.0 Framework

Awesome Lists containing this project

README

          

Emojify.js asset bundle for Yii 2.0 Framework
=============================================
Extension/Package

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

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

Either run

```
php composer.phar require --prefer-dist dmstr/yii2-emojifyjs-asset "*"
```

or add

```
"dmstr/yii2-emojifyjs-asset": "*"
```

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

Usage
-----

Once the extension is installed, simply use it in your code by :

```php
= \dmstr\web\AutoloadExample::widget(); ?>```