[TOC] #### 前言 --- 扩展包应用商店: [https://packagist.org](https://packagist.org) composer 作为 PHP 的包管理器,有很多优秀的扩展包供开发者使用, 本文记录在工作中使用过的优秀扩展包 #### 扩展包 --- | 包名 | 描述 | | ------------ | ------------ | | [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) | 发送邮件 | | intervention/image | 图片处理。提供对图片的各种操作:获取图片信息,上传,格式转换,缩放,裁剪等 | | nesbot/carbon | 日期时间处理包 | | topthink/think-queue | ThinkPHP官方消息队列扩展包 | | symfony/var-dumper | 优雅的PHP高亮调试 | | yansongda/pay | 微信支付、支付宝支付集成包,官网: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](https://www.itqaq.com/index/116.html)、[4.x](https://www.itqaq.com/index/488.html) | | [phpmailer/phpmailer](https://packagist.org/packages/phpmailer/phpmailer) | [使用示例](https://www.itqaq.com/index/494.html) | | [flc/dysms](https://packagist.org/packages/flc/dysms) | [封装类 v1.0.0](https://www.itqaq.com/index/64.html)、[封装类 v1.0.1](https://www.itqaq.com/index/103.html) | | [qiniu/php-sdk](https://packagist.org/packages/qiniu/php-sdk) | [使用示例](https://www.itqaq.com/index/8.html) |