# yii2-extension **Repository Path**: openadm/yii2-extension ## Basic Information - **Project Name**: yii2-extension - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-31 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Extension Based on Composer ================ 基于Composer包管理的扩展管理项目,支持在代码里setup/unsetup代码包 Installation ------------ The preferred way to install this extension is through [composer](http://getcomposer.org/download/). Either run ``` php composer.phar require --prefer-dist openadm/yii2-extension "*" ``` or add ``` "openadm/yii2-extension": "*" ``` to the require section of your `composer.json` file. Usage ----- Once the extension is installed, simply use it in your code by : ```php 配合yii2net/yii2-admin使用,除非构建自己的扩展管理框架,可以单独使用此项目 ```