PHP的composer是去哪里自动安装的,很神奇

WBOY
Release: 2016-06-06 20:45:00
Original
1128 people have browsed it

我在linux下直接用composer就可以安装一个symfony laravel,感觉真的很神奇。
他可以自动下载,然后还会输出提示。

我疑问的是composer是从哪里搜索到然后自动下载的,感觉貌似是从git库?
是这样的吗

回复内容:

我在linux下直接用composer就可以安装一个symfony laravel,感觉真的很神奇。
他可以自动下载,然后还会输出提示。

我疑问的是composer是从哪里搜索到然后自动下载的,感觉貌似是从git库?
是这样的吗

不要被 @兜兜 的答案误导了.. composer不像 pip 和 npm,它的搜索是在 packagist.org 没错,不过包下载的确还是走的 github 的,因为作者在提交包的时候需要输入Github地址,而且 packlist 也不会自己去抓。

https://packagist.org/

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template