From bd3cea0529eb970dc8e73ba9614f659719b0abf0 Mon Sep 17 00:00:00 2001 From: Mikhail Feoktistov Date: Sat, 25 May 2019 17:44:30 +0100 Subject: [PATCH] Update README.md Added Phpactor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1453679..a1418e2 100644 --- a/README.md +++ b/README.md @@ -375,6 +375,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Code Climate](https://codeclimate.com) - An automated code review. * [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP. * [PHP Semantic Versioning Checker](https://github.com/tomzx/php-semver-checker) - A command line utility that compares two source sets and determines the appropriate semantic versioning to apply. +* [Phpactor](https://github.com/phpactor/phpactor) - PHP completion, refactoring and introspection tool. * [PHPLOC](https://github.com/sebastianbergmann/phploc) - A tool for quickly measuring the size of a PHP project. * [PHPQA](https://github.com/EdgedesignCZ/phpqa) - A tool for running QA tools (phploc, phpcpd, phpcs, pdepend, phpmd, phpmetrics). * [Qafoo Quality Analyzer](https://github.com/Qafoo/QualityAnalyzer) - A tool to visualize metrics and source code.