https://github.com/kartik-v yii框架高产库
https://github.com/yiisoft yii框架官方库
jwt(json web token)加密解密:
firebase/php-jwt
[https://github.com/firebase/php-jwt](https://github.com/firebase/php-jwt "https://github.com/firebase/php-jwt")
excel处理:
通用:phpoffice/phpspreadsheet
[https://github.com/PHPOffice/PhpSpreadsheet](https://github.com/PHPOffice/PhpSpreadsheet "https://github.com/PHPOffice/PhpSpreadsheet")
laravel:maatwebsite/excel
https://github.com/Maatwebsite/Laravel-Excel
https://laravel-excel.maatwebsite.nl/2.1/getting-started/
https://laravel-excel.maatwebsite.nl/3.0/getting-started/
yii2:moonlandsoft/yii2-phpexcel
https://github.com/moonlandsoft/yii2-phpexcel
CURL封装
通用:guzzlehttp/guzzle
https://github.com/guzzle/guzzle
yii2:yiisoft/yii2-httpclient
https://github.com/yiisoft/yii2-httpclient
二维码生成
laravel:simplesoftwareio/simple-qrcode
https://github.com/SimpleSoftwareIO/simple-qrcode
身份证验证
cszchen/citizenid
https://packagist.org/packages/cszchen/citizenid
yii2整合highcharts
miloschuman/yii2-highcharts-widget
https://github.com/miloschuman/yii2-highcharts
阿里云OSS
aliyuncs/oss-sdk-php
https://github.com/aliyun/aliyun-oss-php-sdk
laravel框架debug工具
illuminated/db-profiler 查看sql语句的工具,调试api时比较有用
barryvdh/laravel-debugbar debug条。