PHPackages                             augustash/ddev-wordpress - 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. augustash/ddev-wordpress

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

augustash/ddev-wordpress
========================

AugustAsh ddev installer.

1.0.34(3w ago)0124MITPHPPHP &gt;=7

Since Dec 1Pushed 3w ago4 watchersCompare

[ Source](https://github.com/augustash/ddev-wordpress)[ Packagist](https://packagist.org/packages/augustash/ddev-wordpress)[ RSS](/packages/augustash-ddev-wordpress/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (24)Versions (34)Used By (0)

Setup
=====

[](#setup)

```
ddev composer config extra.drupal-scaffold.allowed-packages --json '["augustash/ddev-wordpress"]' && ddev composer config scripts.ddev-setup 'Augustash\Ddev::postPackageInstall' && ddev composer require augustash/ddev-wordpress && ddev composer ddev-setup

```

Follow the prompts to complete configuration. The `ddev-setup` run wires the `post-install-cmd` / `post-update-cmd` auto-refresh hooks into `composer.json`itself, so the installer doesn't — and neither do you.

Updating
========

[](#updating)

The generated scaffolding refreshes **automatically** — nobody has to remember a setup command. The initial `ddev composer ddev-setup` wires two composer hooks into `composer.json` (`post-install-cmd` → `Augustash\Ddev::postInstall`, `post-update-cmd` → `postUpdate`), merged alongside any hooks already there. From then on they re-run setup in update mode — no prompts — on every composer install or update:

```
ddev composer update augustash/ddev-wordpress   # or just `ddev composer install` after a pull
```

> **Upgrading a project installed before 1.0.34?** The auto-refresh hooks have to be wired into your `composer.json` once — run `ddev composer ddev-setup update`(no prompts). After that you never run it again; the scaffolding is kept up-to-date automatically on every install/update.

Update mode keeps your existing `config.yaml` values (client code, PHP version, subdomains, Pantheon env) and only rebuilds what may have changed — BrowserSync, the Terminus image, and the Pantheon add-on hook (upgraded in place to track `develop`).

The hooks run **only inside ddev** (guarded on `IS_DDEV_PROJECT`), so a Pantheon build, CI, or host `composer install` never touches the `.ddev` scaffolding.

When a run changes a managed file it ends with *“Scaffolding refreshed — run `ddev restart` to acquire the changes”*; a no-op ends with *“Everything up-to-date.”* The script runs inside the web container and can't invoke the host's `ddev`, so it tells you to restart rather than doing it for you (ddev also warns natively when `config.yaml` changes).

### Changing configuration values

[](#changing-configuration-values)

Since refreshes are automatic, you only run setup by hand when you actually need to **change** a value (a typo'd client code, a PHP bump, …):

```
ddev composer ddev-setup
```

It walks the config prompts pre-filled with your current answers — press enter to keep each, or type a new value for the one you're changing.

Configuration
=============

[](#configuration)

Running `ddev composer ddev-setup` (first-time setup, or to change a value) prompts for:

- Client code
- PHP version
- Is this site hosted on Pantheon? — if yes:
    - Pantheon site name
    - Pantheon site environment
- Subdomains (optional)

These are used to set config.yaml ddev configuration. On a re-run each prompt is pre-filled with the project's current value, so pressing enter through them keeps the existing configuration unchanged.

Database
========

[](#database)

Database pull is handled by the [ddev-pantheon-db](https://github.com/augustash/ddev-pantheon-db) add-on, which is automatically installed on `ddev start`.

Will not download if there is more than one table in the existing local db.

To force a fresh pull: `ddev db -f`

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance95

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity54

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 ~30 days

Recently: every ~12 days

Total

33

Last Release

24d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/097ea6514c7dff8bd82162fe88411080a14444a73f86c15ab22eefe28a33059d?d=identicon)[jacerider](/maintainers/jacerider)

![](https://www.gravatar.com/avatar/6cc8e38c0ae4454c5cba5af7c2568edd72238113544f29d322fe8b907330e637?d=identicon)[weberjacob](/maintainers/weberjacob)

![](https://www.gravatar.com/avatar/58f09f3094dbf20ec7c4e7539132ab26b92f16b4aad1aed8812740383ca2af18?d=identicon)[kazajhodo](/maintainers/kazajhodo)

---

Top Contributors

[![kazajhodo](https://avatars.githubusercontent.com/u/1173204?v=4)](https://github.com/kazajhodo "kazajhodo (42 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/augustash-ddev-wordpress/health.svg)

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

###  Alternatives

[drupal/core

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

19467.3M1.9k](/packages/drupal-core)[craftcms/cms

Craft CMS

3.6k3.7M3.4k](/packages/craftcms-cms)[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k21](/packages/tempest-framework)[friendsoftypo3/content-blocks

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

103574.3k69](/packages/friendsoftypo3-content-blocks)[phpro/grumphp

A composer plugin that enables source code quality checks.

4.3k17.0M1.1k](/packages/phpro-grumphp)[drupal/core-recommended

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

6943.5M449](/packages/drupal-core-recommended)

PHPackages © 2026

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