Composer 常用包

来源:互联网 发布:去衣服软件 编辑:程序博客网 时间:2024/05/14 17:48
包名 包命令 地址 HTTP请求库(guzzlehttp/guzzle) composer require guzzlehttp/guzzle https://github.com/guzzle/guzzle 数字ID转字符串(hashids/hashids) composer require hashids/hashids 图片处理(intervention/image) composer require intervention/image 邮件发送 (phpmailer/phpmailer) composer require phpmailer/phpmailer excel操作类(phpoffice/phpexcel) composer require phpoffice/phpexcel 日志操作(monolog/monolog) composer require monolog/monolog 数据库操作(catfan/medoo) composer require catfan/medoo 时间类(Carbon/Carbon )

参考

https://github.com/baiy/composer-package

https://segmentfault.com/a/1190000007805828