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