From 0ca284ca78e6800248f71f3c8373743e6534cb31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C5=A0imon?= <53786124+michal-simon@users.noreply.github.com> Date: Sun, 6 Sep 2020 11:32:35 +0200 Subject: [PATCH 1/2] + Codeac Code Review Tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2230783..7dbe893 100644 --- a/README.md +++ b/README.md @@ -374,6 +374,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT *Libraries and tools for analysing, parsing and manipulating codebases.* * [Better Reflection](https://github.com/Roave/BetterReflection) - AST-based reflection library that allows analysis and manipulation of code +* [Codeac](https://www.codeac.io/php.html?ref=awesome-php) - Automated code review tool integrates with GitHub, Bitbucket and GitLab (even self-hosted). Identifies complexty, architectre and security issues. * [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. From 24b875a76d52005a0338d01bf5d1e1b9c9652c6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C5=A0imon?= <53786124+michal-simon@users.noreply.github.com> Date: Sun, 6 Sep 2020 11:45:23 +0200 Subject: [PATCH 2/2] @ typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dbe893..7e894b5 100644 --- a/README.md +++ b/README.md @@ -374,7 +374,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT *Libraries and tools for analysing, parsing and manipulating codebases.* * [Better Reflection](https://github.com/Roave/BetterReflection) - AST-based reflection library that allows analysis and manipulation of code -* [Codeac](https://www.codeac.io/php.html?ref=awesome-php) - Automated code review tool integrates with GitHub, Bitbucket and GitLab (even self-hosted). Identifies complexty, architectre and security issues. +* [Codeac](https://www.codeac.io/php.html?ref=awesome-php) - Automated code review tool integrates with GitHub, Bitbucket and GitLab (even self-hosted). Identifies complexty, architecture and security issues. * [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.