You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[WAP](https://www.owasp.org/index.php/OWASP_WAP-Web_Application_Protection) - Tool to detect and correct input validation vulnerabilities in PHP (4.0 or higher) web applications and predicts false positives.
@@ -151,14 +150,13 @@ Online services for PHP code, provide dashboards. They may use the previous tool
151
150
152
151
153
152
*[Bliss](https://blissai.com/index.html) - Automatically reviews code in real-time and shows how much it's worth in lines of code.
154
-
*[Checkmarx](http://lp.checkmarx.com/php-code-analysis/) - Get a full PHP static security code analysis and prevent security vulnerabilities.
*[Code Climate](https://codeclimate.com) - Hosted static analysis for Ruby, PHP and JavaScript source code.
158
156
*[CodeScene](https://codescene.io/) - Prioritize technical debt in PHP, JavaScript, etc.
159
157
*[Codegrip](https://www.codegrip.tech/) - Smarter & Secure way to Code Review
160
158
*[Deepsource](https://deepsource.io/) - DeepSource is a modern static analysis platform, built for engineering teams who move fast and don’t break things.
161
-
*[Insight](https://insight.sensiolabs.com/) - A SensioLabs tool to analyzes source code to find problems that degrade the overall quality of your projects.
159
+
*[Insight](https://insight.symfony.com/) - A SensioLabs tool to analyzes source code to find problems that degrade the overall quality of your projects.
162
160
*[Insphpect](https://insphpect.com/) - Insphpect is an automated code review tool which identifies inflexibilities in PHP code and helps you write better software.
163
161
*[RIPS](https://www.ripstech.com/) - The superior security software for PHP applications. Source code static analyser for vulnerabilities.
164
162
*[Scrutinizer](https://scrutinizer-ci.com/) - Improve code quality and find bugs before they hit production with our continuous inspection platform.
@@ -175,5 +173,4 @@ Online services for PHP code, provide dashboards. They may use the previous tool
175
173
*[Fixtro](https://github.com/karlosagudo/fixtro) - A wrapper that allow to run in each precommit. It install itself all the dependencies for the runners with a lot of them (phpunit, phpmd, php-cs-fixer, etc..)
176
174
*[Coverage Checker](https://github.com/exussum12/coverageChecker) - A tool which allows some of the tools here to be enforced on changed code only. Good for moving towards new standards
177
175
*[Composer Require Checker](https://github.com/maglnet/ComposerRequireChecker) - A CLI tool to check whether a specific composer package uses imported symbols that aren't part of its direct composer dependencies
178
-
*[phpstaticanalysis.com](https://phpstaticanalysis.com/demo) - A website that lets you try some PHP static analysis command-line tools online
179
176
*[Static Analysis Results Baseliner](https://github.com/DaveLiddament/sarb) - A tool for generating a baseline from static analysis tools.
0 commit comments