devleaks / yii2-chardinjs
Yii2 asset bundle wrapper around chardinjs library
Package info
github.com/devleaks/yii2-chardinjs
Type:yii2-extension
pkg:composer/devleaks/yii2-chardinjs
1.1
2021-08-25 14:32 UTC
Requires
- bower-asset/chardin.js: *
- yiisoft/yii2: *
- yiisoft/yii2-bootstrap: *
This package is not auto-updated.
Last update: 2026-03-29 02:06:30 UTC
README
Yii2 asset bundle wrapper around chardinjs library
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist devleaks/yii2-chardinjs "*"
or add
"devleaks/yii2-chardinjs": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?php use devleaks\introjs\ChardinJSAsset; ChardinJSAsset::register($this);