[TOC] #### 前言 --- 擴展包應用商店: [https://packagist.org](https://packagist.org) composer 作為 PHP 的包管理器,有很多優(yōu)秀的擴展包供開發(fā)者使用, 本文記錄在工作中使用過的優(yōu)秀擴展包 #### 擴展包 --- | 包名 | 描述 | | ------------ | ------------ | | [firebase/php-jwt](https://packagist.org/packages/firebase/php-jwt) | jwt 鑒權 | | [flc/dysms](https://packagist.org/packages/flc/dysms) | 阿里云短信驗證碼 | | [phpmailer/phpmailer](https://packagist.org/packages/phpmailer/phpmailer) | 發(fā)送郵件 | | intervention/image | 圖片處理。提供對圖片的各種操作:獲取圖片信息,上傳,格式轉換,縮放,裁剪等 | | nesbot/carbon | 日期時間處理包 | | topthink/think-queue | ThinkPHP官方消息隊列擴展包 | | symfony/var-dumper | 優(yōu)雅的PHP高亮調試 | | yansongda/pay | 微信支付、支付寶支付集成包,官網(wǎng):https://pay.yansongda.cn | | [endroid/qr-code](https://packagist.org/packages/endroid/qr-code) | 生成二維碼 | #### 云存儲 --- | 序號 | 包名 | 描述 | | ------------ | ------------ | ------------ | | 1 | [qiniu/php-sdk](https://packagist.org/packages/qiniu/php-sdk) | 七牛云對象存儲 Kodo | | 2 | aliyuncs/oss-sdk-php | 阿里云對象存儲 OSS | | 3 | qcloud/cos-sdk-v5 | 騰訊云對象存儲 COS | #### Excel 表格 --- | 序號 | 包名 | 描述 | | ------------ | ------------ | ------------ | | 1 | phpoffice/phpexcel | PHP操作Excel表格, 適用于PHP版本低于7.2 | | 2 | phpoffice/phpspreadsheet | PHP操作Excel表格, PHP版本要求7.2+ | #### 相關文章匯總 --- | 擴展包 | 相關文章 | | ------------ | ------------ | | [endroid/qr-code](https://packagist.org/packages/endroid/qr-code) | [3.x](http://waterflosserreview.com/index/116.html)、[4.x](http://waterflosserreview.com/index/488.html) | | [phpmailer/phpmailer](https://packagist.org/packages/phpmailer/phpmailer) | [使用示例](http://waterflosserreview.com/index/494.html) | | [flc/dysms](https://packagist.org/packages/flc/dysms) | [封裝類 v1.0.0](http://waterflosserreview.com/index/64.html)、[封裝類 v1.0.1](http://waterflosserreview.com/index/103.html) | | [qiniu/php-sdk](https://packagist.org/packages/qiniu/php-sdk) | [使用示例](http://waterflosserreview.com/index/8.html) |