当前位置:首页 > 编程技术 > 正文内容

composer search 搜索 packagist.org 依赖包

yc8882年前 (2023-01-08)编程技术324

composer search 搜索 packagist.org 依赖包

1. search 命令简介


search 命令用于搜索 packagist.org 上的依赖包

使用场景 : 忘记了依赖包名还不想去 packagist.org 上搜索

2. search 命令使用示例


搜索 thinkphp官方依赖包

  1. composer search topthink
  1. $ composer search topthink
  2. topthink/framework The ThinkPHP Framework.
  3. topthink/think-captcha captcha package for thinkphp
  4. topthink/think-helper The ThinkPHP6 Helper Package
  5. topthink/think-multi-app thinkphp6 multi app support
  6. topthink/think-orm think orm
  7. topthink/think-template the php template engine
  8. topthink/think-trace thinkphp debug trace
  9. topthink/think-view thinkphp template driver
  10. topthink/think the new thinkphp framework
  11. topthink/framework The ThinkPHP Framework.
  12. topthink/think-orm think orm
  13. topthink/think-worker workerman extend for thinkphp6.0
  14. topthink/think-template the php template engine
  15. topthink/think-swoole Swoole extend for thinkphp
  16. topthink/think-queue The ThinkPHP6 Queue Package
  17. topthink/think-migration
  18. topthink/think-helper The ThinkPHP6 Helper Package
  19. topthink/think-captcha captcha package for thinkphp
  20. topthink/think-view thinkphp template driver
  21. topthink/think-trace thinkphp debug trace
  22. topthink/think-testing
  23. topthink/think-multi-app thinkphp6 multi app support
  24. topthink/think-mongo mongodb driver for thinkphp6.0

安装需要的依赖包

  1. composer require topthink/think-view topthink/think-multi-app topthink/think-captcha

本站发布的内容若侵犯到您的权益,请邮件联系站长删除,我们将及时处理!


从您进入本站开始,已表示您已同意接受本站【免责声明】中的一切条款!


本站大部分下载资源收集于网络,不保证其完整性以及安全性,请下载后自行研究。


本站资源仅供学习和交流使用,版权归原作者所有,请勿商业运营、违法使用和传播!请在下载后24小时之内自觉删除。


若作商业用途,请购买正版,由于未及时购买和付费发生的侵权行为,使用者自行承担,概与本站无关。


本文链接:https://www.10zhan.com/biancheng/10346.html

标签: Composer
分享给朋友:

“composer search 搜索 packagist.org 依赖包” 的相关文章

【说站】用一句话就可以去除宝塔面板操作上的二次验证

【说站】用一句话就可以去除宝塔面板操作上的二次验证

用过宝塔的朋友应该都会发现,现在宝塔面板有些鸡肋的功能,删除文件、删除数据库、删除站点等操作都需要做计算题!不仅加了几秒的延时等待,还无法跳过!这时候就会有朋友在想,如何去除宝塔面板的二次验证,此篇文...

【说站】Centos8.0如何配置静态IP详解及永久关闭防火墙

【说站】Centos8.0如何配置静态IP详解及永久关闭防火墙

这篇文章主要介绍了详解Centos8 配置静态IP的实现,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小编来学习一下!1. 查看自己的网关地址点击虚...

【说站】利用Webhook实现Java项目自动化部署

【说站】利用Webhook实现Java项目自动化部署

用webhook就能实现Java项目自动部署,其实原理很简单。费话不多说,直接往下看教程。1. 创建gitee仓库并初始化2. 在linux安装git3. 在宝塔的软件的商店里下载Webhook4....

【说站】vagrant实现linux虚拟机的安装并配置网络

【说站】vagrant实现linux虚拟机的安装并配置网络

一、VirtualBox的下载和安装1、下载VirtualBox官网下载:https://www.virtualbox.org/wiki/Downloads我的电脑是Windows的,所以下载Wind...

【说站】使用systemctl配置dnspod-shell实现ddns

【说站】使用systemctl配置dnspod-shell实现ddns

这个是毛子路由器上用的脚本,由于碳云的nat服务器公网IP不断的变,因此只好通过ddns来稳定连接nat服务器了。顺便水一篇文章,大家新年快乐。使用前需要将域名添加到 DNSPod 中,并添加一条A记...

【说站】Python获取最新疫情数据实现动态地图实时展示各地情况

【说站】Python获取最新疫情数据实现动态地图实时展示各地情况

疫情降临转眼已经第三年了,时间过得真快,愿疫情早点结束,世界不再多灾多难。最近疫情稍微好转一些了,所以咱们获取一下最新的疫情数据,做个可视化地图看看。效果展示获取到的数据咱们保存到表格可视化地图颜色是...