klikar3 / helpers
Helper for all widgets
dev-master
2025-01-15 18:21 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2025-04-15 18:54:24 UTC
README
Helper for all widgets
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist klikar3/helpers "*"
or add
"klikar3/helpers": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \klikar3\helpers\JSON::encode(); ?>