devleaks / yii2-chardinjs
Yii2 asset bundle wrapper around chardinjs library
Installs: 436
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- bower-asset/chardin.js: *
- yiisoft/yii2: *
- yiisoft/yii2-bootstrap: *
This package is not auto-updated.
Last update: 2025-06-21 21:23:33 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);