upstreamable/ddev-basin

Maintainers

Package info

github.com/upstreamable/ddev-basin

pkg:composer/upstreamable/ddev-basin

Statistics

Installs: 584

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-04-27 12:30 UTC

This package is auto-updated.

Last update: 2026-04-27 12:30:55 UTC


README

add-on registry tests last commit release

DDEV Basin

Overview

This add-on aims to simplify add-on management for DDEV projects by maintaining a file with the installed add-ons at [YOUR_PROJECT_FOLDER]/.ddev/config.basin.yaml.

A set of DDEV global commands is provided to get Drupal projects running from scratch with drupal/recommended-project as base, drush, and the site installed at the end of the process.

It also serves as a base for other addons to provide Symfony commands written in PHP. See DDEV Basin Deploy

Installation

ddev add-on get upstreamable/ddev-basin
ddev restart

Upon restart the currently installed add-ons will be included in .ddev/config.basin.yaml. After installation, make sure to commit the .ddev/config.basin.yaml to version control.

Usage

With the add-ons of the project in configuration there is no need to commit all the add-on files into your repository. The only two files required are .ddev/config.yaml and .ddev/config.basin.yaml. With those present and the ddev-basin add-on installed te rest of add-ons will be installed when the project is started. When an add-on is installed, the next time the project starts it will be added to .ddev/config.basin.yaml.

Credits

Contributed and maintained by @upstreamable