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