pear channel-discover pear.phpdoc.org
pear install PhpDocumentor
If you have a bug, then enter in the console 3 following commands:
pear upgrade pear
pear upgrade Console_Getopt
pear upgrade Structures_Graph
php phpDocumentor.phar -d . -t docs/api
composer require "phpdocumentor/phpdocumentor:2.*"
pear uninstall phpdoc/PhpDocumentor
phpdoc -V
phpdoc -h
phpdoc template:list
phpdoc -d PROJECT_DIR -t DOCS_DIR --ignore "*/dir1/*,*/dir2/*" --cache-folder CACHE_DIR
phpdoc template:list
https://phpdoc.org/docs/latest/guides/running-phpdocumentor.html