Skip to content

Commit 3503d13

Browse files
added phpactor, codebeat, deepsource and sourcegraph
1 parent 730e940 commit 3503d13

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ Tools to automatically fix the code they are provided with.
102102

103103
* [Rector](https://github.com/rectorphp/rector) - AST-based Instant Upgrades of PHP Applications
104104
* [FunctionFQNReplacer](https://github.com/Roave/FunctionFQNReplacer) - provides a way to replace relative references of functions in function calls with absolute references.
105+
* [Phpactor](https://github.com/phpactor/phpactor) - This project aims to provide heavy-lifting refactoring and introspection tools.
105106
* [PHP BackSlasher](https://github.com/nilportugues/php-backslasher) - Tool to add all PHP internal functions and constants to its namespace by adding backslash to them.
106107
* [php-refactoring-browser](https://github.com/QafooLabs/php-refactoring-browser) - CLI refactoring tool.
107108
* [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) - Analyzes and tries to fix coding standards issues (PSR-1 and PSR-2 compatible).
@@ -138,11 +139,14 @@ Online services for PHP code, provide dashboards. They may use the previous tool
138139
* [Bliss](https://blissai.com/index.html) - Automatically reviews code in real-time and shows how much it's worth in lines of code.
139140
* [Checkmarx](http://lp.checkmarx.com/php-code-analysis/) - Get a full PHP static security code analysis and prevent security vulnerabilities.
140141
* [Codacy](https://www.codacy.com/) - Codacy: Automated Code Review.
142+
* [CodeBeaat](https://codebeat.co/) - Decrease technical debt. Find refactoring opportunities.
141143
* [Code Climate](https://codeclimate.com) - Hosted static analysis for Ruby, PHP and JavaScript source code.
142144
* [CodeScene](https://codescene.io/) - Prioritize technical debt in PHP, JavaScript, etc.
145+
* [Deepsource](https://deepsource.io/) - DeepSource is a modern static analysis platform, built for engineering teams who move fast and don’t break things.
143146
* [Insight](https://insight.sensiolabs.com/) - A SensioLabs tool to analyzes source code to find problems that degrade the overall quality of your projects.
144147
* [RIPS](https://www.ripstech.com/) - The superior security software for PHP applications. Source code static analyser for vulnerabilities.
145148
* [Scrutinizer](https://scrutinizer-ci.com/) - Improve code quality and find bugs before they hit production with our continuous inspection platform.
149+
* [Sourcegraph](https://about.sourcegraph.com/) - Understand and search across your entire codebase
146150
* [SideCI](https://sideci.com/) - CI for automated code review by code analysis.
147151
* [Laravelshift](https://laravelshift.com/) - the automated way to upgrade Laravel applications. Upgrade Laravel applications all the way from Laravel 4.2 to the latest version of Laravel.
148152

0 commit comments

Comments
 (0)