[PHP] Phanをセットアップする

PhanはPHPの静的解析ツール。

GitHub – phan/phan: Phan is a static analyzer for PHP. Phan prefers to avoid false-positives and attempts to prove incorrectness rather than correctness.
https://github.com/phan/phan

Phanのインストール

php-ast extensionが無いと叱られたので、以下のページの説明に倣ってphp-astをインストールする。

GitHub – nikic/php-ast: Extension exposing PHP 7 abstract syntax tree
https://github.com/nikic/php-ast#installation

Phanが動くようになったら設定ファイルを作って実行する。

参考サイト

Phanで静的解析 – Qiita
https://qiita.com/msmsny/items/46aaeda7e565cfc7ec48

Phan静的解析がもたらす大PHP型検査時代 – pixiv inside [archive]
https://devpixiv.hatenablog.com/entry/2016/11/11/202656