PHPStan 1.0 Released As Leading PHP Static Analyzer

Written by Michael Larabel in Programming on 1 November 2021 at 08:03 AM EDT. 13 Comments
PROGRAMMING
PHPStan 1.0 was released today as the first stable release for this leading open-source PHP static analysis tool.

After being in development more than a half-decade, PHPStan developers felt finally comfortable declaring a 1.0 stable release. Besides feeling confident to mark it v1.0, PHPStan 1.0 does deliver on a new level 9 mode, precise try-catch-finally analysis, generic array function stubs, detecting unused private properties / methods / constants, and much more.

Learn more about the PHPStan 1.0 PHP static analyzer release on the PHPStan.org blog. Download PHPStan 1.0 in source form or the easy to use PHAR via GitHub. If you are a PHP developer, I highly recommend trying out PHPStan for static analysis if you have never tried so or not done so recently. I've been following (and using) PHPStan for years and it's quite great.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week