phpDocumentorインストール


pearの場合

console
$ pear channel-discover pear.phpdoc.org
$ pear install phpdoc/phpDocumentor-alpha

pyrusの場合

システムのPEARへのインストール

console
$ php pyrus.phar set auto_discover on # 設定済みなら不要
$ php pyrus.phar install pear.phpdoc.org/phpDocumentor-alpha

プロジェクトローカルのPEARへのインストール

console
$ cd /path/to/pear
$ php pyrus.phar set auto _discover on # 設定済みなら不要
$ php pyrus.phar `pwd` install pear.phpdoc.org/phpDocumentor-alpha