PHPackages                             thegbomb/blt-ddev - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. thegbomb/blt-ddev

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

thegbomb/blt-ddev
=================

ddev integration for Acquia BLT

1.0.1(2y ago)2462[1 issues](https://github.com/thegbomb/blt-ddev/issues)MITPHP

Since Oct 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/thegbomb/blt-ddev)[ Packagist](https://packagist.org/packages/thegbomb/blt-ddev)[ Docs](https://github.com/thegbomb/blt-ddev)[ RSS](/packages/thegbomb-blt-ddev/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (2)Versions (6)Used By (0)

Acquia BLT integration with ddev
================================

[](#acquia-blt-integration-with-ddev)

This is an [Acquia BLT](https://github.com/acquia/blt) plugin providing [ddev](https://ddev.readthedocs.io) integration.

This plugin is **community-created** and **community-supported**. Acquia does not provide any direct support for this software or provide any warranty as to its stability. This has been forked from  and updated to keep it installing.

Quickstart
----------

[](#quickstart)

To create a new BLT project with ddev integration for local development, run the following commands, replacing `mysite` with your desired BLT project name:

```
composer create-project --no-interaction --no-install drupal/recommended-project mysite
cd mysite
sed -i '' -e "s|web/|docroot/|g" composer.json
composer require --dev thegbomb/blt-ddev
./vendor/bin/blt recipes:ddev --no-interaction
ddev blt setup

```

Installation and usage
----------------------

[](#installation-and-usage)

To use this plugin on your existing BLT 13 project, you must be using ddev [v1.10.0](https://github.com/drud/ddev/releases/tag/v1.10.0) or newer.

You can check your version of ddev with `ddev version`.

In your project, require the plugin with Composer:

`composer require --dev thegbomb/blt-ddev`

Initialize the ddev integration by calling `recipes:ddev`, which is a custom BLT command provided by this plugin:

`blt recipes:ddev`

Running `blt recipes:ddev` will initialize a .ddev folder as well as BLT configuration in the /blt directory of your project.

The plugin adds a custom ddev command in the web container which makes the `ddev blt` command available. **All blt commands should be prefixed with `ddev` to ensure it is executed within the docker container**, for example:

`ddev blt setup`

`ddev blt tests`

`ddev blt sync`

`ddev blt sync --environment=ci`

BLT Enhancements
================

[](#blt-enhancements)

Behat configuration
-------------------

[](#behat-configuration)

BLT makes some assumptions about the local development environment which informs behat testing configuration. This plugin extends the default `blt behat` command to run behat tests in a container as a dedicated service via the `ddev blt behat` command.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 80.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 ~7 days

Total

2

Last Release

914d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/76041?v=4)[Gareth Alexander](/maintainers/thegbomb)[@thegbomb](https://github.com/thegbomb)

---

Top Contributors

[![lcatlett](https://avatars.githubusercontent.com/u/312798?v=4)](https://github.com/lcatlett "lcatlett (25 commits)")[![thegbomb](https://avatars.githubusercontent.com/u/76041?v=4)](https://github.com/thegbomb "thegbomb (6 commits)")

---

Tags

acquiabltddev

### Embed Badge

![Health badge](/badges/thegbomb-blt-ddev/health.svg)

```
[![Health](https://phpackages.com/badges/thegbomb-blt-ddev/health.svg)](https://phpackages.com/packages/thegbomb-blt-ddev)
```

###  Alternatives

[sarfraznawaz2005/servermonitor

Laravel package to periodically monitor the health of your server and website.

19613.5k1](/packages/sarfraznawaz2005-servermonitor)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4676.9k](/packages/tiamo-phpas2)[wapmorgan/php-rpm-packager

RPM packager for PHP applications.

106.5k](/packages/wapmorgan-php-rpm-packager)

PHPackages © 2026

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