Home >Backend Development >PHP Tutorial >(composer中psr-0和psr-4的区别)与(psr-0规范和psr-4规范的区别)是不一样的吧?

(composer中psr-0和psr-4的区别)与(psr-0规范和psr-4规范的区别)是不一样的吧?

WBOY
WBOYOriginal
2016-06-06 20:08:481362browse

如题,我搞的有点混,谁能仔细说说:
1、composer中psr-0和psr-4的区别;
2、psr-0规范和psr-4规范的区别;
3、composer和php-fig,谁迁就谁。

回复内容:

如题,我搞的有点混,谁能仔细说说:
1、composer中psr-0和psr-4的区别;
2、psr-0规范和psr-4规范的区别;
3、composer和php-fig,谁迁就谁。

其实就是一个命名规范和自动加载(autoload)的一个标准啦,具体可以看下PHP-FIG的官方主页,有详细的规定和例子

composer中psr-0和psr-4不就是说的这两个规范呢嘛,并不是因为在composer里就不一样了。。composer可以理解为CentOS的yum,Mac的brew一样,composer是PHP的依赖管理工具。关于composer的自动加载机制,可以看下我的专栏文章:Laravel学习笔记之composer自动加载,希望能帮到你。

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