Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions _projects/phan.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@ title: 'Phan'
order: 'phan'
tags: ['bugs finder', 'static analysis', 'cli']

authors: [{name: 'Rasmus Lerdorf'}, {name: 'Andrew Morrison'}]
authors: [{name: 'Rasmus Lerdorf'}, {name: 'Andrew Morrison'}, {name: 'Tyson Andre'}]

website: [{url: 'https://github.com/etsy/phan'}]
license: [{url: 'https://github.com/etsy/phan/blob/master/LICENSE', label: 'MIT License'}]
website: [{url: 'https://github.com/phan/phan'}]
license: [{url: 'https://github.com/phan/phan/blob/master/LICENSE', label: 'MIT License'}]

github: [{name: 'phan/phan'}]
packagist: [{name: 'phan/phan'}]
dockerhub: [{name: 'phpqa/phan'}]
packagist: [{name: 'phan/phan'}]
dockerhub: [{name: 'phpqa/phan'}]

dependencies: ['pcntl', 'git', 'ext-ast']
brew: {name: ['php71', 'php71-ast', 'phan']}
composer-dev: {version: {'PHP 7.0': '0.8.x-dev', 'PHP 7.1+': '1.x'}, command: 'vendor/bin/phan'}
git: {install-composer-dependencies: true, command: 'php phan'}
phar: {url: {'X.X.X': 'https://github.com/etsy/phan/releases/download/X.X.X/phan.phar'}}
phar: {url: {'X.X.X': 'https://github.com/phan/phan/releases/download/X.X.X/phan.phar'}}

---

[{{ page.title }}]({{ page.url | absolute_url }}) is a static analyzer for PHP.
<!--more-->

<!--more-->

Phan prefers to avoid false-positives and attempts to prove incorrectness rather than correctness.