usv / yii2helper
Yii2 extensions, developed by SocalAppSolutions Pte Ltd. Array helpers, better php functions, Active Records shortcuts, etc...
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
pkg:composer/usv/yii2helper
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-12-20 23:30:38 UTC
README
Yii2 greatest extensions, developed by SuperbAppSolutions. Array helpers, better php functions, Active Records shortcuts, etc...
Changelog
2018/10/08
- Implement ViewFormatter to support attr:json in GridView / SingleView
- Implement EditColumn to support 'Click to Edit' in GridView
- Implement ModelB3tTrait to support FindOrCreate for ActiveRecord
Installation
The preferred way to install this extension is through [composer](http://getcomp oser.org/download/).
Either run
php composer.phar require --prefer-dist soc/yii2helper "*"
or add
"soc/yii2helper": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \soc\yii2helper\AutoloadExample::widget(); ?>``` # yii2helper Yii2 greatest extension.