Composer 常用包

包名 包命令 地址
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
https://www.kancloud.cn/manual/thinkphp5_1/354004
时间类(Carbon/Carbon ) composer require nesbot/carbon https://packagist.org/packages/nesbot/carbon
模糊匹配(基于Seatgeek) composer require wyndow/fuzzywuzzy https://packagist.org/packages/wyndow/fuzzywuzzy
提取替换多个关键字(Flashtext) composer require shdev/phpflashtext https://flashtext.readthedocs.io/en/latest/api.html

参考

https://packagist.org/

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

https://segmentfault.com/a/1190000007805828

你可能感兴趣的:(PHP)