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-doctrine
Doctrine extensions for PHPStan
-
phpstan-phpunit
PHPUnit extensions and rules for PHPStan
-
phpstan-php-parser
PHP-Parser extension for PHPStan
-
phpstan-dibi
Dibi class reflection extension for PHPStan
-
phpstan-deprecation-rules
PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.
-
phpstan-beberlei-assert
PHPStan extension for beberlei/assert
-
phpstan-webmozart-assert
PHPStan extension for webmozart/assert
-
phpstan-symfony
Symfony extension for PHPStan
-
phpstan-strict-rules
Extra strict and opinionated rules for PHPStan
-
phpstan-mockery
PHPStan extension for Mockery
-
phpstan-nette
Nette Framework class reflection extension for PHPStan & framework-specific rules
-
phpdoc-parser
Next-gen phpDoc parser with support for intersection types and generics
-
extension-installer
Composer plugin for automatic installation of PHPStan extensions.
-
playground
Online playground for trying out PHPStan: PHP Static Analysis Tool - discover bugs in your code without running it!
-
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.