Composer 常用包

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/Webben/article/details/76453619
包名 包命令 地址
HTTP请求库(guzzlehttp/guzzle) composer require guzzlehttp/guzzle https://packagist.org/packages/guzzlehttp/guzzle
数字ID转字符串(hashids/hashids) composer require hashids/hashids https://packagist.org/packages/hashids/hashids
图片处理(intervention/image) composer require intervention/image https://packagist.org/packages/intervention/image
邮件发送 (phpmailer/phpmailer) composer require phpmailer/phpmailer https://packagist.org/packages/phpmailer/phpmailer
excel操作类(phpoffice/phpexcel) composer require phpoffice/phpexcel https://packagist.org/packages/phpoffice/phpexcel
日志操作(monolog/monolog) composer require monolog/monolog https://packagist.org/packages/monolog/monolog
数据库操作(catfan/medoo) composer require catfan/medoo https://packagist.org/packages/catfan/medoo
ThinkPHP 数据库操作 composer require topthink/think-orm https://packagist.org/packages/topthink/think-orm
时间类(Carbon/Carbon ) composer require nesbot/carbon https://packagist.org/packages/nesbot/carbon

参考

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

https://segmentfault.com/a/1190000007805828

猜你喜欢

转载自blog.csdn.net/Webben/article/details/76453619