Yii2推荐软件包

有一套软件包,开发Yii2项目就会得心应手,推荐我们实际项目用过的类库

1、后台模板:
https://github.com/dmstr/yii2-adminlte-asset

2、后台权限
https://github.com/mdmsoft/yii2-admin

3、文件存储
又拍云 https://github.com/upyun/php-sdk
七牛云 https://developer.qiniu.com/kodo/sdk/1241/php

4、日期处理类库
https://github.com/briannesbitt/Carbon

5、数据表格、excel处理
Excel https://github.com/PHPOffice/PHPExcel
Yii2 phpexcel插件 https://github.com/moonlandsoft/yii2-phpexcel
建议PHPExcel改为PhpSpreadsheet,但没有稳定版 https://github.com/PHPOffice/PhpSpreadsheet

6、汉字转拼音
https://github.com/overtrue/pinyin

7、搜索Elasticsearch
https://github.com/elastic/elasticsearch-php

**8、monolog 日志(配合Elasticsearch) **
https://github.com/Seldaek/monolog

9、硬件检测
硬件检测 https://github.com/serbanghita/Mobile-Detect

硬件检测辅助 https://github.com/donatj/PhpUserAgent