PHPackages                             burovoordeboeg/wp-install - 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. burovoordeboeg/wp-install

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

burovoordeboeg/wp-install
=========================

WordPress boilerplate with Composer, easier configuration, and an improved folder structure

1.0.3(2mo ago)026MITPHPPHP &gt;=8.1

Since Jan 6Pushed 2mo agoCompare

[ Source](https://github.com/burovoordeboeg/wp-installer)[ Packagist](https://packagist.org/packages/burovoordeboeg/wp-install)[ Docs](https://burovoordeboeg.nl)[ RSS](/packages/burovoordeboeg-wp-install/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (8)Versions (5)Used By (0)

BvdB Composer Installer
=======================

[](#bvdb-composer-installer)

Composer-first workflow to bootstrap a WordPress project the same way our old `install.sh` did, but locally and repeatable. WordPress core is pulled in via Composer, setup files are fetched from our API, and plugins can be installed from the Satispress repository.

Prereqs
-------

[](#prereqs)

- PHP &gt;= 8.1 with `ext-phar` enabled (used for extracting `setup.tar.gz`)
- Composer
- Credentials for the setup/ENV endpoints (set `BVDB_SETUP_USER`/`BVDB_SETUP_PASSWORD` or `BVDB_SETUP_BASIC_AUTH`)

Usage
-----

[](#usage)

1. Install dependencies (downloads WordPress to `public/wp`): ```
    composer install

    ```
2. Run the installer (downloads the setup bundle, copies config, seeds `.env`): ```
    composer run bvdb:setup

    ```

    You’ll be prompted for DB/user/domain values; defaults mirror the old shell script. Salts and license blocks are injected into `.env` using the configured endpoints.

### Configuring the setup bundle

[](#configuring-the-setup-bundle)

`composer.json` exposes everything under `extra.bvdb`:

- `setup_url`, `salts_url`, `licenses_url`: remote endpoints to pull the archive and placeholder replacements from.
- `setup_map`: source → destination paths inside the extracted setup. Tweak if the archive layout changes (e.g. add entries for extra files you want to copy).
- Basic-auth headers are built from the environment variables mentioned above; they’re sent for all downloads.

### Installing plugins from Satispress

[](#installing-plugins-from-satispress)

The Satispress repo is already defined in `repositories.satispress`. Add your plugins to `require`, for example:

```
composer require vendor/plugin-one:^1.0 vendor/plugin-two:^2.0

```

Composer will place them into `public/content/plugins/` via the installer paths.

Notes
-----

[](#notes)

- The installer creates and cleans a `.bvdb/` scratch directory. Archives and extracted files are removed when the run completes.
- The installer cleans up temp/setup remnants afterwards: `.bvdb/`, `.security/` (if present), and `.env.bak`.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance83

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~12 days

Total

4

Last Release

89d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b0afa21d6d05bf742f61ebe52044fd8d1922f53561088d1ffc288764b841e0a2?d=identicon)[jstreuper](/maintainers/jstreuper)

---

Top Contributors

[![harolddesmet](https://avatars.githubusercontent.com/u/7487086?v=4)](https://github.com/harolddesmet "harolddesmet (2 commits)")[![jstreuper](https://avatars.githubusercontent.com/u/26457158?v=4)](https://github.com/jstreuper "jstreuper (1 commits)")

---

Tags

composerwordpresswpbedrock

### Embed Badge

![Health badge](/badges/burovoordeboeg-wp-install/health.svg)

```
[![Health](https://phpackages.com/badges/burovoordeboeg-wp-install/health.svg)](https://phpackages.com/packages/burovoordeboeg-wp-install)
```

###  Alternatives

[roots/bedrock

WordPress boilerplate with Composer, easier configuration, and an improved folder structure

6.5k441.8k2](/packages/roots-bedrock)

PHPackages © 2026

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