使用 PEAR 安装 phpDocumentor
问题描述
在 http://www.phpdoc.org/ 的主页上,在 http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_phpDocumentor.quickstart.pkg.html,以及 https://github.com/phpDocumentor/phpDocumentor2,安装 phpDocumentor 的说明如下:
当我这样做时,我发现它已被弃用:
根据 http://www.phpdoc.org/docs/latest/for-users/installation/using-pear.html#requirements,说明如下:
使用 PEAR 安装 phpDocumentor 的首选方式是什么?
安装 PEAR
<块引用>
安装php文档
<块引用>
安装 phpmd
<块引用>
安装代码嗅探器
<块引用>
安装phpdepend
<块引用>
检查所有梨包
<块引用>
其他有用的命令
<块引用>
安装 phpunit 测试
On the home page of http://www.phpdoc.org/, on http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_phpDocumentor.quickstart.pkg.html, and on https://github.com/phpDocumentor/phpDocumentor2, instructions to install phpDocumentor are:
When I do so, I see that it is deprecated:
According to http://www.phpdoc.org/docs/latest/for-users/installation/using-pear.html#requirements, instructions are:
Which is the preferred way to install phpDocumentor using PEAR?
To install PEAR
To install php doc
To Install phpmd
To install codesniffer
To install phpdepend
To check all pear packages
other useful commands
to install phpunit test
这篇关于使用 PEAR 安装 phpDocumentor的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!