
- PHP 7 Tutorial
- PHP 7 - Home
- PHP 7 - Introduction
- PHP 7 - Performance
- PHP 7 - Environment Setup
- PHP 7 - Scalar Type Declarations
- PHP 7 - Return Type Declarations
- PHP 7 - Null Coalescing Operator
- PHP 7 - Spaceship Operator
- PHP 7 - Constant Arrays
- PHP 7 - Anonymous Classes
- PHP 7 - Closure::call()
- PHP 7 - Filtered unserialize()
- PHP 7 - IntlChar
- PHP 7 - CSPRNG
- PHP 7 - Expectations
- PHP 7 - use Statement
- PHP 7 - Error Handling
- PHP 7 - Integer Division
- PHP 7 - Session Options
- PHP 7 - Deprecated Features
- PHP 7 - Removed Extensions & SAPIs
- PHP 7 Useful Resources
- PHP 7 - Quick Guide
- PHP 7 - Useful Resources
- PHP 7 - Discussion
PHP_CodeSniffer, PHPMD or PHP Depend
pdepend
The function pdepend is used to generate a large set of software metrics from a given code base. The generated values can be used to measure the quality of a software project. They help in identifying the parts of an application where refactoring is required.
phpmd
The phpmd scans the PHP source code and searches for potential problems that could be possible bugs, not-so-optimal code, or overcomplicated expressions.
phpcs
The phpcs function tokenises the PHP, JavaScript and CSS files and figures out issues/violations in a set of pre-defined coding standards. It ensures that the code remains consistent and neat. It also helps in preventing common semantic errors that are usually committed by coders.
- Related Articles
- Is PHP compiled or interpreted?
- PHP equivalent of friend or internal
- Does pandas depend on NumPy?
- Which is better PHP SOAP or NuSOAP?
- Which is better: PHP or Python? Why?
- What is meant by the quality (or timbre) of sound? On what factor does the quality (or timbre) of a sound depend?
- On which factors does friction depend?
- Difference between the | and || or operator in php
- Does rolling friction depend upon surface area ?
- Is the drag force the same to frictional force or they are different? Are they depend on different factors only or they are totally different?
- Which is faster? Constants, Variables or Variable Arrays in PHP?
- Check whether property exists in object or class with PHP
- What is faster: many ifs, or else if in PHP?
- How can I extract or uncompress gzip file using php?
- If elseif else or ternary operator to compare numbers PHP?

Advertisements