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

1.1 2021-08-25 14:32 UTC

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);