# yii2-helper **Repository Path**: uiexp/yii2-helper ## Basic Information - **Project Name**: yii2-helper - **Description**: yii2-helper - **Primary Language**: PHP - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-04-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Yii2-helper ====== helper for Yii2 Installation ------------ The preferred way to install this extension is through [composer](http://getcomposer.org/download/). Either run ``` php composer.phar require --prefer-dist yiaik/yii2-helper "*" ``` or add ``` "yiaik/yii2-helper": "*" ``` to the require section of your `composer.json` file. Usage ----- Once the extension is installed, simply use it in your code by : ```php ```