Home  >  Article  >  Backend Development  >  怎么理解vendor

怎么理解vendor

WBOY
WBOYOriginal
2016-06-06 20:18:444459browse

很多php框架都有vendor,怎么理解这个呢,自己可以写自己的vendor吗。可以的话怎么写,从哪里开始???

回复内容:

很多php框架都有vendor,怎么理解这个呢,自己可以写自己的vendor吗。可以的话怎么写,从哪里开始???

vendor是第三方库和插件放置的文件夹,一般来源于composer的安装
可以去了解下composer就明白了

这个是时下非常流行的php包管理器 Composer 的默认第三方类库安装类库安装目录,网址https://getcomposer.org/,所有的包列表在 https://packagist.org/ 里,如果你有好的代码也可以自己创建自己的类库。

Statement:
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