1.数据库迁移工具
https://github.com/top-think/think-migration
composer require topthink/think-migration
2.字符串,数组操作类库
https://github.com/top-think/think-helper
composer require topthink/think-helper
3.时间处理
https://github.com/briannesbitt/Carbon
composer require nesbot/carbon
4.jwt身份验证
https://gitee.com/thans/jwt-auth
composer require thans/tp-jwt-auth
5.消息队列
https://github.com/top-think/think-queue
composer require topthink/think-queue
6.计划任务
https://github.com/yunwuxin/think-cron
composer require yunwuxin/think-cron
7.中文转拼音
https://github.com/xiaodit/think-pinyin
composer require "xiaodi/think-pinyin"
8.二维码生成
https://github.com/endroid/qr-code
composer require endroid/qr-code
9.图像处理类
https://github.com/top-think/think-image
composer require topthink/think-image
10.图片动态裁剪缩放库
https://github.com/top-think/think-glide
composer require slince/think-glide
11.Workerman扩展
https://github.com/top-think/think-worker
composer require topthink/think-worker
12.IDE助手
https://github.com/top-think/think-ide-helper
composer require topthink/think-ide-helper
13.excel操作
https://github.com/PHPOffice/PhpSpreadsheet
composer require phpoffice/phpspreadsheet
14.支付
https://github.com/yansongda/pay
composer require yansongda/pay:~3.0.0 -vvv
15.RabbitMQ
https://github.com/php-amqplib/php-amqplib
composer require php-amqplib/php-amqplib
16.User Agent 解析工具
https://github.com/jenssegers/agent/
composer require jenssegers/agent
网友评论