- Notifications
You must be signed in to change notification settings - Fork118
A Static Code Analyzer for PHP (a PhpStorm/Idea Plugin)
License
kalessil/phpinspectionsea
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This project is an OSS Static Code Analysistool for PhpStorm (2016.2+) and Idea Ultimate.
It covers:
- architecture related issues
- weak types control and possible code construct simplifications
- performance issues
- non-optimal, duplicate and suspicious "if" conditions
- validation of magic methods usage
- regular expressions
- validation of exception handling workflow
- compatibility issues
- variety of time-consuming bugs
- PHPUnit API usage
- security issues
Some of inspections are expecting conditional statements (e.g. "if") to use group statement for wrapping bodyexpressions. If this requirement is met then additional inspections are applied to the source code.
On some projects CPU and therefore battery usage could be intensive, so it should be taken into account when traveling.
Please follow thisdocumentation link.
Once you have accommodated with the analyzer and want move to further, checkPhp Inspections (EA Ultimate) out.
It is possible to support the project by buying aPhp Inspections (EA Ultimate) license.The raised funding used for maintaining analyzer and introducing new features.
Shopware is the biggest supporter of our 2017crowdfunding campaign.
Pixel & Tonic are supporting us since 2017.
Cellsynt is a supporter of our 2017crowdfunding campaign.
Roave LLC is a supporter of our 2017crowdfunding campaign.
Syrcon GmbH is a supporter of our 2017crowdfunding campaign.
YourKit supports us with their full-featuredJava Profiler.
About
A Static Code Analyzer for PHP (a PhpStorm/Idea Plugin)