{ "name": "kartik-v/yii2-helpers", "description": "A collection of useful helper functions for Yii Framework 2.0", "keywords": ["yii", "yii2", "extension", "helper", "bootstrap", "utilities"], "homepage": "https://github.com/kartik-v/yii2-helpers", "type": "yii2-extension", "license": "BSD-3-Clause", "authors": [ { "name": "Kartik Visweswaran", "email": "kartikv2@gmail.com", "homepage": "http://www.krajee.com/" } ], "minimum-stability": "stable", "require": { "yiisoft/yii2-bootstrap": "*" }, "autoload": { "psr-4": { "kartik\\helpers\\": "" } }, "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } } }