klikar3 / helpers
Helper for all widgets
Installs: 1
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
pkg:composer/klikar3/helpers
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2025-10-15 19:54:36 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(); ?>