Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.01 KB

File metadata and controls

26 lines (18 loc) · 1.01 KB
layout project
title PHPStan - PHP Static Analysis Tool
order phpstan
tags
bugs finder
static analysis
type safety
cli
authors
name
Ondřej Mirtes
website
license
github
name
phpstan/phpstan
packagist
name
phpstan/phpstan
dockerhub
name
phpstan/phpstan
name
phpqa/phpstan
dependencies
composer-dev
command
vendor/bin/phpstan
phar
url

[{{ page.title }}]({{ page.url | absolute_url }}) focuses on finding errors in your code without actually running it.

It catches whole classes of bugs even before you write tests for the code.