Tag

Phan

1 views collected around this technical thread.

360 Tech Engineering
360 Tech Engineering
Jun 19, 2018 · Backend Development

Improving PHP Code Quality with PHING, PHPCS, PHPCPD, and Phan

This article explains how to set up a PHP project with Composer, PHING, and a suite of quality‑checking tools—including PHPCS for coding standards, PHPCPD for duplicate detection, and Phan for deep static analysis—to automatically enforce code quality and reduce manual review effort.

PHINGPHPCPDPhan
0 likes · 7 min read
Improving PHP Code Quality with PHING, PHPCS, PHPCPD, and Phan
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
May 29, 2018 · Backend Development

Boost PHP Code Quality: Essential Tools and Automated Testing Setup

Learn how to dramatically improve PHP code quality by setting up automated testing, static analysis, code style enforcement, duplicate detection, and advanced analysis tools using Composer, PHING, PHP_CodeSniffer, PHPCPD, and Phan, with step‑by‑step configuration examples and sample outputs.

PHINGPHPCPDPHP_CodeSniffer
0 likes · 8 min read
Boost PHP Code Quality: Essential Tools and Automated Testing Setup