PHPStan
Grow your team on GitHub
GitHub is home to over 50 million developers working together. Join them to grow your own development teams, manage permissions, and collaborate on projects.
Sign up
Pinned repositories
Repositories
phpstan
PHP Static Analysis Tool - discover bugs in your code without running it!
phpstan-src
PHPStan's source code. This is where development happens. Check https://github.com/phpstan/phpstan for the distribution repository.
phpstan-strict-rules
Extra strict and opinionated rules for PHPStan
phpstan-doctrine
Doctrine extensions for PHPStan
phpstan-phpunit
PHPUnit extensions and rules for PHPStan
phpdoc-parser
Next-gen phpDoc parser with support for intersection types and generics
playground
Online playground for trying out PHPStan: PHP Static Analysis Tool - discover bugs in your code without running it!
phpstan-symfony
Symfony extension for PHPStan
phpstan-webmozart-assert
PHPStan extension for webmozart/assert
phpstan-beberlei-assert
PHPStan extension for beberlei/assert
phpstan-deprecation-rules
PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.
phpstan-dibi
Dibi class reflection extension for PHPStan
phpstan-php-parser
PHP-Parser extension for PHPStan
phpstan-nette
Nette Framework class reflection extension for PHPStan & framework-specific rules
phpstan-mockery
PHPStan extension for Mockery
extension-installer
Composer plugin for automatic installation of PHPStan extensions.
phpstan-shim Archived
[DEPRECATED] This repository provides easy way to install PHPStan without the risk of conflicting dependencies.
vim-phpstan
A Vim plugin for PHPStan - https://github.com/phpstan/phpstan. It calls `phpstan` to do static analysis of your PHP code and displays the errors in Vim's quickfix list.