PHIVEを使ってインストールしていきます。
brew install phive
phpDocumentorをインストールします。
phive install --force-accept-unsigned phpDocumentor
https://github.com/phpdocumentor/phpdocumentor
私の環境ではgpgがないとエラーが出たので、brewでインストールしてから再度実行しました。
brew install phive
Laravelのテストコードをドキュメントするときの実行例です。
~/.phive/phars/phpdocumentor-3.3.1.phar -d tests -t docs/tests
プロジェクト全体のドキュメントを生成するには次のようにします。
~/.phive/phars/phpdocumentor-3.3.1.phar -t docs/tests --ignore vendor/