composer search 搜索 packagist.org 依赖包
2024-09-11
55
search 命令简介" class="reference-link" target="_blank">1. search
命令简介
search
命令用于搜索 packagist.org
上的依赖包
使用场景 : 忘记了依赖包名还不想去 packagist.org
上搜索
search 命令使用示例" class="reference-link" target="_blank">2. search
命令使用示例
搜索 thinkphp
官方依赖包
composer search topthink
$ composer search topthink
topthink/framework The ThinkPHP Framework.
topthink/think-captcha captcha package for thinkphp
topthink/think-helper The ThinkPHP6 Helper Package
topthink/think-multi-app thinkphp6 multi app support
topthink/think-orm think orm
topthink/think-template the php template engine
topthink/think-trace thinkphp debug trace
topthink/think-view thinkphp template driver
topthink/think the new thinkphp framework
topthink/framework The ThinkPHP Framework.
topthink/think-orm think orm
topthink/think-worker workerman extend for thinkphp6.0
topthink/think-template the php template engine
topthink/think-swoole Swoole extend for thinkphp
topthink/think-queue The ThinkPHP6 Queue Package
topthink/think-migration
topthink/think-helper The ThinkPHP6 Helper Package
topthink/think-captcha captcha package for thinkphp
topthink/think-view thinkphp template driver
topthink/think-trace thinkphp debug trace
topthink/think-testing
topthink/think-multi-app thinkphp6 multi app support
topthink/think-mongo mongodb driver for thinkphp6.0
安装需要的依赖包
composer require topthink/think-view topthink/think-multi-app topthink/think-captcha
更新于:2个月前赞一波!
相关文章
- 如何把网站提交到Google谷歌搜索引擎google search console收录
- composer 安装扩展包时忽略版本匹配
- composer install、update、require 区别
- 常用 Composer扩展包
- Composer 使用缩略名调用命令
- composer remove 移除扩展包
- composer browse 查看包的存储库和主页
- composer show 列出所有可用的软件包
- composer 国内镜像
- composer 包版本的范围指定(版本约束)
- 在 Windows 上安装 Composer
- composer 三大组成部分
- composer 全局参数
- composer list 查看命令
- composer clear-cache 清空缓存
- composer self-update 更新版本
- 深入剖析PHP中的Composer依赖管理器
文章评论
评论问答