PHPackages                             d34dman/drupal-recipe-manager - 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. [CLI &amp; Console](/categories/cli)
4. /
5. d34dman/drupal-recipe-manager

ActiveLibrary[CLI &amp; Console](/categories/cli)

d34dman/drupal-recipe-manager
=============================

A CLI tool for managing and executing Drupal recipes

1.1.1(1y ago)95.1k↓73.9%MITPHPPHP &gt;=8.2CI passing

Since Apr 29Pushed 1y ago1 watchersCompare

[ Source](https://github.com/d34dman/drupal-recipe-manager)[ Packagist](https://packagist.org/packages/d34dman/drupal-recipe-manager)[ RSS](/packages/d34dman-drupal-recipe-manager/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (10)Versions (4)Used By (0)

Drupal Recipe Manager
=====================

[](#drupal-recipe-manager)

A CLI tool for managing and executing Drupal recipes.

[![screeenshot](screenshot.png)](screenshot.png)

Quick Start
-----------

[](#quick-start)

1. Install:

```
composer require --dev d34dman/drupal-recipe-manager
```

2. Create `drupal-recipe-manager.yaml`:

```
scanDirs:
  - recipes
  - web/core/recipes  # Uncomment to include core recipes
commands:
  ddevRecipe:
    description: "🚀 Run Drush recipe command using ddev"
    command: "ddev drush recipe ../${folder}"
    requiresFolder: true
logsDir: recipes
```

Commands
--------

[](#commands)

The executable should be available inside `/vendor/bin/drupal-recipe-manager`

```
$ vendor/bin/drupal-recipe-manager recipe

```

CommandDescription`recipe`Interactive recipe selection and execution`recipe --list`List all recipes with status`recipe [recipe-name]`Run a specific recipe`recipe:dependencies`Show recipe dependencies interactively`recipe:dependencies [recipe-name]`Show dependency tree for a recipe`recipe:dependencies --inverted`Show which recipes depend on a recipeFeatures
--------

[](#features)

- **Interactive UI**: Beautiful terminal interface with color-coded status
- **Status Tracking**:
    - ✓ Green: Successfully executed
    - ✗ Red: Failed execution
    - ○ Gray: Not executed yet
- **Dependency Management**: Automatic handling of recipe dependencies
- **Custom Commands**: Configure your own recipe execution commands
- **Variable Transformations**: Customize paths and variables

Configuration
-------------

[](#configuration)

### Directories

[](#directories)

- `scanDirs`: List of directories to scan for recipes
- `logsDir`: Directory for storing logs

### Variables

[](#variables)

```
variables:
  - name: "folder_relative"
    input: "${folder}"
    search: "^.*?recipes/"
    replace: ""
```

Requirements
------------

[](#requirements)

- PHP 8.2+
- Composer
- Drupal installation with recipes

License
-------

[](#license)

MIT License - See LICENSE file for details.

Author
------

[](#author)

D34dman ()

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance46

Moderate activity, may be stable

Popularity29

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 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

Every ~3 days

Total

3

Last Release

424d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1006481?v=4)[Shibin Das](/maintainers/d34dman)[@d34dman](https://github.com/d34dman)

---

Top Contributors

[![d34dman](https://avatars.githubusercontent.com/u/1006481?v=4)](https://github.com/d34dman "d34dman (38 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/d34dman-drupal-recipe-manager/health.svg)

```
[![Health](https://phpackages.com/badges/d34dman-drupal-recipe-manager/health.svg)](https://phpackages.com/packages/d34dman-drupal-recipe-manager)
```

###  Alternatives

[jolicode/castor

A lightweight and modern task runner. Automate everything. In PHP.

54743.1k4](/packages/jolicode-castor)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

21866.0M1.7k](/packages/drupal-core)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M420](/packages/drupal-core-recommended)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)

PHPackages © 2026

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