官网: https://www.phpdoc.org/

实验环境:centos6.5

安装:

pear channel-discover pear.phpdoc.org

pear install phpdoc/phpDocumentor

 

vim /etc/profile

在文档最后添加

export PATH="/usr/local/php/bin:$PATH"

保存,退出,然后运行:

#source /etc/profile

不报错则成功。

 

从github上面下载ThinkPHP代码

wget https://github.com/top-think/thinkphp/archive/master.zip

解压缩

unzip master.zip

 

phpdoc -d ./thinkphp-master -t ./docs

 

cp -R docs /home/wwwroot/default

 

然后在浏览器中访问http://192.168.199.167/docs