dmstr/yii2-emojifyjs-asset

Extension/Package

Maintainers

Package info

github.com/dmstr/yii2-emojifyjs-asset

Language:CSS

Type:yii2-extension

pkg:composer/dmstr/yii2-emojifyjs-asset

Statistics

Installs: 53 570

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

0.2.1 2017-04-20 12:57 UTC

This package is auto-updated.

Last update: 2026-03-13 04:32:41 UTC


README

Extension/Package

Installation

The preferred way to install this extension is through composer.

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 :

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