PHPackages                             johnatas-x/grumphp-phpdd - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. johnatas-x/grumphp-phpdd

ActiveLibrary[Testing &amp; Quality](/categories/testing)

johnatas-x/grumphp-phpdd
========================

Execute phpdd in a grumphp task.

2.19.1(1mo ago)14.9k↓25%[1 issues](https://github.com/johnatas-x/grumphp-phpdd/issues)1proprietaryPHP

Since Sep 9Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/johnatas-x/grumphp-phpdd)[ Packagist](https://packagist.org/packages/johnatas-x/grumphp-phpdd)[ Docs](https://github.com/johnatas-x/grumphp-phpdd)[ RSS](/packages/johnatas-x-grumphp-phpdd/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (22)Used By (1)

Description
===========

[](#description)

This repository adds a task for GrumPHP that launchs [PhpDeprecationDetector](https://github.com/wapmorgan/PhpDeprecationDetector). During a commit check for deprecated functionality. If a deprecated functionality is detected, it won't pass.

Installation
============

[](#installation)

Install it using composer:

`composer require --dev johnatas-x/grumphp-phpdd`

Usage
=====

[](#usage)

1. Add the extension in your grumphp.yml file:

```
extensions:
  - GrumphpPhpdd\ExtensionLoader
```

2. Add phpdd to the tasks:

```
tasks:
  phpdd:
    files: []
    target: ~
    after: ~
    exclude: []
    max_size: ~
    file_extensions: []
    skip_checks: []

```

- **files** (array): Directories/files you want to analyze.
- **target** (string): Sets target PHP interpreter version. \[default: "8.0"\]
- **after** (string): Sets initial PHP interpreter version for checks. \[default: "5.3"\]
- **exclude** (array): Sets excluded file or directory names for scanning.
- **max\_size** (string): Sets max size of php file. If file is larger, it will be skipped. \[default: "1mb"\]
- **file\_extensions** (array): Sets file extensions to be parsed. \[default: "php, php5, phtml"\]
- **skip\_checks** (array): Skip all checks containing any of the given values.

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance69

Regular maintenance activity

Popularity24

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 68.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~51 days

Recently: every ~39 days

Total

19

Last Release

57d ago

Major Versions

0.1.0 → 1.0.02023-09-09

1.4.0 → 2.9.02024-11-11

### Community

Maintainers

![](https://www.gravatar.com/avatar/fb82429ffeb7556ffee9014525e0ba5d3a32cf3a525d6a5e48135ccd50626925?d=identicon)[johnatas-x](/maintainers/johnatas-x)

---

Top Contributors

[![johnatas-x](https://avatars.githubusercontent.com/u/34005481?v=4)](https://github.com/johnatas-x "johnatas-x (24 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (11 commits)")

### Embed Badge

![Health badge](/badges/johnatas-x-grumphp-phpdd/health.svg)

```
[![Health](https://phpackages.com/badges/johnatas-x-grumphp-phpdd/health.svg)](https://phpackages.com/packages/johnatas-x-grumphp-phpdd)
```

###  Alternatives

[vijaycs85/drupal-quality-checker

Setups code quality checking tools for Drupal project.

52192.3k4](/packages/vijaycs85-drupal-quality-checker)[sci3ma/symfony-grumphp

Configured GrumPHP with bunch of tools for static code analysis Symfony Framework

196.7k](/packages/sci3ma-symfony-grumphp)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
