php 常用 composer 依赖「持续更新」

1. curl 扩展

github 地址 https://github.com/php-curl-class/php-curl-class

2. hash 加密工具 laravel-hashids

github 地址 https://github.com/vinkla/laravel-hashids

3. wysiwyg-editor 富文本编辑器

github 地址 https://github.com/froala/wysiwyg-editor

4. laravel 跨域问题 cors 扩展

github 地址 https://github.com/barryvdh/laravel-cors

5. redis 依赖 

composer require predis/predis

6. 获取 .env 文件配置

github 地址 https://github.com/vlucas/phpdotenv

扫描二维码关注公众号,回复: 3946555 查看本文章

猜你喜欢

转载自blog.csdn.net/xiaobinqt/article/details/83083336