From 25d2eef5c85e63f4b05c81662b432a891f1ea48e Mon Sep 17 00:00:00 2001 From: Madhav Vyas Date: Fri, 17 May 2019 17:27:38 +0530 Subject: [PATCH] Added PHP code quality tools project --- .../php-code-quality-analysis-tools.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 _projects/php-code-quality-tools/php-code-quality-analysis-tools.md diff --git a/_projects/php-code-quality-tools/php-code-quality-analysis-tools.md b/_projects/php-code-quality-tools/php-code-quality-analysis-tools.md new file mode 100644 index 0000000..83abf60 --- /dev/null +++ b/_projects/php-code-quality-tools/php-code-quality-analysis-tools.md @@ -0,0 +1,28 @@ +--- +layout: 'project' +title: 'PHP code quality and static analysis tools' +order: 'oneforall' +tags: ['metrics', 'cli','coding standards','php compatibility', 'bugs finder', 'static analysis', 'type safety'] + +authors: [{name: 'Madhav Vyas'}] + +website: [{url: 'https://'}] +license: [{url: 'https://github.com/madhavvyas/php-code-quality-analysis-tools/master/LICENSE', label: 'MIT License'}] + +github: [{name: 'madhavvyas/php-code-quality-analysis-tools'}] +dockerhub: [{name: 'madhavvyas/php-code-quality-analysis-tools'}] + +dependencies: [] +composer: {command: ''} +composer-dev: {command: ''} +composer-global: {command: ''} +gem: {name: '', command: ''} +git: {update-submodules: false, install-composer-dependencies: false, command: ''} +phar: {url: ''} + +--- + +[{{ page.title }}]({{ page.url | absolute_url }}) ... + + +The objective is to include multiple PHP code quality and static code analysis tools in an easy to use Docker image. The tools include PHP static analysis, lines of PHP code report, mess detector, code smell highlighting, copy/paste detection, and the compatibility of the application from one version of PHP to another for modernization.