Skip to content

Commit a186cbf

Browse files
added TLint, PHPat, PHParkitekt, PHPas
2 parents dba3874 + d4158d3 commit a186cbf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Tools to report issues in code that are or lead to bugs.
6161
* [Progpilot](https://github.com/designsecurity/progpilot) - A static analysis tool for security purposes.
6262
* [Psalm](https://getpsalm.org/) - A static analysis tool for finding errors in PHP applications.
6363
* [psecio:parse](https://github.com/psecio/parse.git) - Parse : A PHP Security Scanner.
64+
* [Qodana PHP by JetBrains](https://www.jetbrains.com/help/qodana/qodana-php.html) – A static analysis tool for PHP projects based on PhpStorm.
6465
* [SonarQube](http://www.sonarqube.org/) - An open platform to manage code quality. It covers PHP code.
6566
* [Side Channel Analyzer](https://github.com/olivo/side-channel-analyzer) - Search for side-channel vulnerable code.
6667
* [TaintPHP](https://github.com/olivo/TaintPHP.git) - Static Taint Analyzer.
@@ -91,6 +92,7 @@ Libraries that may be the base for a home-made static analyzer.
9192

9293
* [Deptrac](https://github.com/sensiolabs-de/deptrac.git) - A static code analysis tool to enforce rules for dependencies between software layers.
9394
* [PHP Architecture Tester](https://github.com/carlosas/phpat) - Easy to use architecture testing tool for PHP
95+
* [PHPArkitect](https://github.com/phparkitect/arkitect) - A static code analysis tool to enforce architectural rules in your codebase
9496
* [PHP-cfg](https://github.com/ircmaxell/php-cfg) - A Control Flow Graph implementation in PHP. Written by IrcMaxwell.
9597
* [PHP coupling detector](https://github.com/akeneo/php-coupling-detector) - Check that code has no unwanted coupled classes.
9698
* [PHP Parser](https://github.com/nikic/PHP-Parser) - Written in PHP by Nikita Popov and based on actual grammar of PHP.
@@ -125,6 +127,7 @@ Tools to measure the code complexity, line of codes, etc.
125127
* [PHPLOC](https://github.com/sebastianbergmann/phploc) - Utility to measures PHP application size and count various structures.
126128
* [PHP Metrics](https://github.com/Halleck45/PhpMetrics) - Calculates all sorts of metrics, and display them in a gorgeous interface.
127129
* [PHP Semantic Versioning Checker](https://github.com/tomzx/php-semver-checker) - Compares two source sets and determines the appropriate semantic versioning to apply.
130+
* [PhpStats](https://github.com/i582/phpstats) - Tool for collecting statistics, metrics, dependencies, and building various graphs for large projects to find bottlenecks.
128131
* [PhpDependencyAnalysis](https://github.com/mamuz/PhpDependencyAnalysis) - Static code analysis to provide and verify a dependency graph against a defined architecture.
129132
* [Quality Analyzer](https://github.com/Qafoo/QualityAnalyzer.git) - Quality Analyzer is a tool to visualize metrics and source code.
130133

0 commit comments

Comments
 (0)