Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kalessil/phpinspectionsea
A Static Code Analyzer for PHP (a PhpStorm/Idea Plugin)
https://github.com/kalessil/phpinspectionsea
awesome intellij intellij-plugin java php php7 phpstorm phpstorm-plugin static-analysis static-analyzer static-code-analysis
Last synced: about 2 months ago
JSON representation
A Static Code Analyzer for PHP (a PhpStorm/Idea Plugin)
- Host: GitHub
- URL: https://github.com/kalessil/phpinspectionsea
- Owner: kalessil
- License: other
- Created: 2016-10-15T15:08:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-22T07:16:20.000Z (about 2 months ago)
- Last Synced: 2024-09-22T08:32:37.262Z (about 2 months ago)
- Topics: awesome, intellij, intellij-plugin, java, php, php7, phpstorm, phpstorm-plugin, static-analysis, static-analyzer, static-code-analysis
- Language: Java
- Homepage: https://plugins.jetbrains.com/plugin/7622?pr=phpStorm
- Size: 127 MB
- Stars: 1,439
- Watchers: 28
- Forks: 119
- Open Issues: 237
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: docs/security.md
Awesome Lists containing this project
README
[![Version](https://img.shields.io/jetbrains/plugin/v/7622-php-inspections-ea-extended-.svg)](https://plugins.jetbrains.com/plugin/7622-php-inspections-ea-extended-)
[![Build Status](https://travis-ci.org/kalessil/phpinspectionsea.svg?branch=master)](https://travis-ci.org/kalessil/phpinspectionsea)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/7622-php-inspections-ea-extended-.svg)](https://plugins.jetbrains.com/plugin/7622-php-inspections-ea-extended-)
[![Downloads last month](http://phpstorm.espend.de/badge/7622/last-month)](https://plugins.jetbrains.com/plugin/7622)Php Inspections (EA Extended)
---This project is an OSS Static Code Analysis [tool](https://plugins.jetbrains.com/plugin/7622-php-inspections-ea-extended-) 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 issuesSome of inspections are expecting conditional statements (e.g. "if") to use group statement for wrapping body
expressions. 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.
Installation and getting started
---
Please follow this [documentation link](docs/getting-started.md).Enhancing the experience
---
Once you have accommodated with the analyzer and want move to further, check [Php Inspections (EA Ultimate)](https://plugins.jetbrains.com/plugin/16935-php-inspections-ea-ultimate-) out.Supporting the project
---It is possible to support the project by buying a [Php Inspections (EA Ultimate)](https://plugins.jetbrains.com/plugin/16935-php-inspections-ea-ultimate-) license.
The raised funding used for maintaining analyzer and introducing new features.Acknowledgments
---Shopware is the biggest supporter of our 2017 crowdfunding campaign.
Pixel & Tonic are supporting us since 2017.
Cellsynt is a supporter of our 2017 crowdfunding campaign.
Roave LLC is a supporter of our 2017 crowdfunding campaign.
Syrcon GmbH is a supporter of our 2017 crowdfunding campaign.
YourKit supports us with their full-featured [Java Profiler](https://www.yourkit.com/java/profiler/).