一、使用Composer安装ThinkPHP5扩展库
1、验证码(https://doc.thinkphp.cn/v5_1/yanzhengma.html)
composer require topthink/think-captcha=2.0.*
2、图像处理(https://doc.thinkphp.cn/v5_1/tuxiangchuli.html)
composer require topthink/think-image
3、时间戳操作(https://doc.thinkphp.cn/v5_1/Time.html)
composer require topthink/think-helper=1.0.*
4、数据库迁移工具(https://doc.thinkphp.cn/v5_1/shujukuqianyigongju.html)
composer require topthink/think-migration=2.0.*
5、Swoole(https://doc.thinkphp.cn/v5_1/Swoole.html)
composer require topthink/think-swoole=2.0.*
6、Workerman(https://doc.thinkphp.cn/v5_1/Workerman.html)
composer require topthink/think-worker=2.0.*
7、MongoDb(https://doc.thinkphp.cn/v5_1/anzhuang.html)
composer require topthink/think-mongo=2.0.*
8、单元测试(https://doc.thinkphp.cn/v5_1/danyuanceshi.html)
composer require topthink/think-testing=2.0.*