Blogger Information
Blog 11
fans 0
comment 0
visits 13941
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
使用阿里云composer镜像加速
菜鸟博客
Original
891 people have browsed it

使用阿里云composer镜像加速

1.什么是composer?

Composer 是一个新的安装包管理工具,服务于 PHP 生态系统。它实际上包含了两个部分:Composer 和 Packagist。下面我们就简单说一下他们各自的用途。

 

composer可以理解为一个命令行工具,它的使命就是帮你为项目自动安装所依赖的开发包。

node.js包管理工具是npm,composer是php包依赖管理工具。

 

Packagist是 Composer 的默认的开发包仓库,在composer命令行工具里面我们可以指定使用不同的仓库。https://packagist.org/是官方的仓库。其他的仓库都是定时同步官方的仓库。也就是说如果切换到其他仓库代码包有一定的延迟。但是切换成国内的镜像源包的下载速度会很快。

 

阿里云官方镜像站:https://developer.aliyun.com/mirror

2.查看composer全局设置:(默认官方镜像地址)

 composer config -gl

 

[repositories.packagist.org.type] composer

[repositories.packagist.org.url] https://repo.packagist.org

此处省略若干

 

 

3.全局配置阿里巴巴镜像地址:(推荐,速度够快,同步频率快,稳定)

阿里云官方镜像站:https://developer.aliyun.com/mirror

Composer阿里云文档地址:https://developer.aliyun.com/composer

 

composer   config  -g  repo.packagist  composer   https://mirrors.aliyun.com/composer/

 

4.全局配置国内其他镜像站:(不稳定,不推荐)

composer   config    repo.packagist    composer    https://packagist.phpcomposer.com

 

 

5.如果需要解除镜像并恢复到 packagist 官方源,请执行以下命令:

Composer   config  -g   --unset    repos.packagist


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
1 comments
Relieved 2021-12-23 10:05:53
高效办公:http://yxhkhq.com/ 分秒帧:http://yxran.com/ PPT超级市场:http://yyhp.net/ 壁纸插画:http://yyhp.net/ 极简壁纸:http://yzmoto8.com/ 创作工具:http://yzsansh.com/ 创客贴:http://yzw661.com/ 音乐下载:http://zchcys.com/
1 floor
Author's latest blog post