phpstan/phpstan

PHPStan - PHP Static Analysis Tool

Fund package maintenance!
ondrejmirtes
phpstan

Installs: 286 804 730

Dependents: 25 286

Suggesters: 68

Security: 0

Stars: 13 505

Watchers: 163

Forks: 929

Open Issues: 1 376

2.1.19 2025-07-21 19:58 UTC

This package is auto-updated.

Last update: 2025-07-24 19:55:08 UTC


README

PHPStan

Build Status Latest Stable Version Total Downloads License PHPStan Enabled

PHPStan 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. It moves PHP closer to compiled languages in the sense that the correctness of each line of the code can be checked before you run the actual line.

Read more about PHPStan »

Try out PHPStan on the on-line playground! »

Sponsors

Want your logo here? Learn more »

Gold Sponsors

Matt Mullenweg Mojam



Silver Sponsor

ShipMonk



Bronze Sponsors

TheCodingMachine     Private Packagist
CDN77     Blackfire.io
iO     Fame Helsinki
Belsimpel     Togetter
RightCapital     ContentKing
ZOL     EdgeNext
Shopware     Craft CMS
TicketSwap     campoint AG
Crisp.nl     Inviqa
Shoptet     Route4Me: Route Optimizer and Route Planner Software

You can sponsor my open-source work on PHPStan through GitHub Sponsors and also directly.

One-time donations through Revolut.me are also accepted. To request an invoice, contact me through e-mail.

Documentation

All the documentation lives on the phpstan.org website:

PHPStan Pro

PHPStan Pro is a paid add-on on top of open-source PHPStan Static Analysis Tool with these premium features:

  • Web UI for browsing found errors, you can click and open your editor of choice on the offending line.
  • Continuous analysis (watch mode): scans changed files in the background, refreshes the UI automatically.

Try it on PHPStan 0.12.45 or later by running it with the --pro option. You can create an account either by following the on-screen instructions, or by visiting account.phpstan.com.

After 30-day free trial period it costs 7 EUR for individuals monthly, 70 EUR for teams (up to 25 members). By paying for PHPStan Pro, you're supporting the development of open-source PHPStan.

You can read more about it on PHPStan's website.

Code of Conduct

This project adheres to a Contributor Code of Conduct. By participating in this project and its community, you are expected to uphold this code.

Contributing

Any contributions are welcome. PHPStan's source code open to pull requests lives at phpstan/phpstan-src.