PHPackages                             claudiu-cristea/drupal-dependencies - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. claudiu-cristea/drupal-dependencies

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

claudiu-cristea/drupal-dependencies
===================================

Drush commands to list Drupal dependencies

1.x-dev(2y ago)4351[1 PRs](https://github.com/claudiu-cristea/drupal-dependencies/pulls)GPL-2.0-or-laterPHP

Since Jul 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/claudiu-cristea/drupal-dependencies)[ Packagist](https://packagist.org/packages/claudiu-cristea/drupal-dependencies)[ RSS](/packages/claudiu-cristea-drupal-dependencies/feed)WikiDiscussions 1.x Synced 1mo ago

READMEChangelogDependencies (6)Versions (2)Used By (0)

[![ci](https://github.com/claudiu-cristea/drupal-dependencies/actions/workflows/ci.yml/badge.svg)](https://github.com/claudiu-cristea/drupal-dependencies/actions/workflows/ci.yml)

Description
-----------

[](#description)

Provides Drush commands showing the tree of dependencies between Drupal objects, such as modules or configuration entities. Useful to understand the dependency chain in a Drupal installation.

Use cases
---------

[](#use-cases)

### Get all installed modules depending on a given module

[](#get-all-installed-modules-depending-on-a-given-module)

```
./vendor/bin/drush why:module node --dependent-type=module
```

View output```
node
├─forum
├─history
│ └─forum
└─taxonomy
  └─forum

```

### Get all modules depending on a given module (installed or not)

[](#get-all-modules-depending-on-a-given-module-installed-or-not)

```
./vendor/bin/drush why:module node --dependent-type=module --no-only-installed
```

View output```
node
├─book
├─forum
├─history
│ └─forum
├─statistics
├─taxonomy
│ └─forum
└─tracker

```

### Get all config entities depending on a given module

[](#get-all-config-entities-depending-on-a-given-module)

```
./vendor/bin/drush why:module node --dependent-type=config
```

View output```
node
├─core.entity_view_mode.node.full
├─core.entity_view_mode.node.rss
├─core.entity_view_mode.node.search_index
├─core.entity_view_mode.node.search_result
├─core.entity_view_mode.node.teaser
│ └─core.entity_view_display.node.forum.teaser
├─field.storage.node.body
│ └─field.field.node.forum.body
│   ├─core.entity_form_display.node.forum.default
│   ├─core.entity_view_display.node.forum.default
│   └─core.entity_view_display.node.forum.teaser
├─field.storage.node.comment_forum
│ └─field.field.node.forum.comment_forum
│   ├─core.entity_form_display.node.forum.default
│   ├─core.entity_view_display.node.forum.default
│   └─core.entity_view_display.node.forum.teaser
├─field.storage.node.taxonomy_forums
│ └─field.field.node.forum.taxonomy_forums
│   ├─core.entity_form_display.node.forum.default
│   ├─core.entity_view_display.node.forum.default
│   └─core.entity_view_display.node.forum.teaser
├─system.action.node_delete_action
├─system.action.node_make_sticky_action
├─system.action.node_make_unsticky_action
├─system.action.node_promote_action
├─system.action.node_publish_action
├─system.action.node_save_action
├─system.action.node_unpromote_action
└─system.action.node_unpublish_action

```

### Get all config entities depending on a given config entity

[](#get-all-config-entities-depending-on-a-given-config-entity)

```
./vendor/bin/drush why:config node.type.forum
```

View output```
node.type.forum
├─core.base_field_override.node.forum.promote
├─core.base_field_override.node.forum.title
├─core.entity_form_display.node.forum.default
├─core.entity_view_display.node.forum.default
├─core.entity_view_display.node.forum.teaser
├─field.field.node.forum.body
│ ├─core.entity_form_display.node.forum.default
│ ├─core.entity_view_display.node.forum.default
│ └─core.entity_view_display.node.forum.teaser
├─field.field.node.forum.comment_forum
│ ├─core.entity_form_display.node.forum.default
│ ├─core.entity_view_display.node.forum.default
│ └─core.entity_view_display.node.forum.teaser
└─field.field.node.forum.taxonomy_forums
  ├─core.entity_form_display.node.forum.default
  ├─core.entity_view_display.node.forum.default
  └─core.entity_view_display.node.forum.teaser

```

Author
------

[](#author)

Claudiu Cristea |

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

1029d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2e0d969576e3932b99d91657ef11c820eb8d496a293e7d819228f140ec0c2775?d=identicon)[claudiu-cristea](/maintainers/claudiu-cristea)

---

Top Contributors

[![claudiu-cristea](https://avatars.githubusercontent.com/u/473868?v=4)](https://github.com/claudiu-cristea "claudiu-cristea (25 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/claudiu-cristea-drupal-dependencies/health.svg)

```
[![Health](https://phpackages.com/badges/claudiu-cristea-drupal-dependencies/health.svg)](https://phpackages.com/packages/claudiu-cristea-drupal-dependencies)
```

###  Alternatives

[farmos/farmos

A web-based farm record keeping application.

1.2k6.7k1](/packages/farmos-farmos)[lullabot/drainpipe

An automated build tool to allow projects to have a set standardized operations scripts.

41716.4k2](/packages/lullabot-drainpipe)[acquia/cohesion

Site Studio

271.6M7](/packages/acquia-cohesion)[ec-europa/toolkit

Toolkit packaged for Drupal projects based on Robo.

38244.6k16](/packages/ec-europa-toolkit)[eiriksm/site-schema

Allows you to get the complete picture of a site schema, to use for CI for example

111.4M](/packages/eiriksm-site-schema)[acquia/drupal-recommended-settings

The composer plugin for adding drupal-recommended-settings for Acquia Cloud.

101.1M4](/packages/acquia-drupal-recommended-settings)

PHPackages © 2026

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