PHPackages                             jezzdk/scaffold-installer - 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. jezzdk/scaffold-installer

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

jezzdk/scaffold-installer
=========================

WordPress + Bedrock + Sage + Docker scaffolding.

1.0(6y ago)17[2 PRs](https://github.com/jezzdk/scaffold-installer/pulls)MITPHPPHP ^7.2.9

Since Jan 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/jezzdk/scaffold-installer)[ Packagist](https://packagist.org/packages/jezzdk/scaffold-installer)[ RSS](/packages/jezzdk-scaffold-installer/feed)WikiDiscussions master Synced today

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

Scaffold Installer
==================

[](#scaffold-installer)

This package is a shameless copy of the Laravel Installer. It is customized to install Wordpress, Bedrock and Sage instead, as well as provide a Docker Compose file for development.

Installation
------------

[](#installation)

First, download the installer using Composer:

```
composer global require jezzdk/scaffold-installer

```

Make sure to place Composer's system-wide vendor bin directory in your $PATH so the scaffold executable can be located by your system. This directory exists in different locations based on your operating system; however, some common locations include:

- macOS and GNU / Linux Distributions: `$HOME/.composer/vendor/bin`
- Windows: `%USERPROFILE%\AppData\Roaming\Composer\vendor\bin`

Once installed, the `scaffold new` command will create a fresh installation in the directory you specify. For instance, `scaffold new myproject mytheme` will create a directory named `myproject` containing a fresh installation with all dependencies already installed and a fresh theme in `web/app/themes/mytheme`:

```
scaffold new myproject mytheme

```

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

[](#configuration)

Change the settings in the `.env` file to fit local development. These are the most common values to change:

```
DB_HOST=mysql
DB_NAME=database_name
DB_USER=database_user
DB_PASSWORD=database_password
WP_HOME=http://localhost

```

Notice the DB\_HOST value. In the docker environment we use the service name.

Start development
-----------------

[](#start-development)

Start the docker containers to spin up the services:

```
docker-compose up -d

```

The url from `WP_HOME` can now be loaded in the browser.

See the documentation for Bedrock and Sage for further information:

License
-------

[](#license)

Scaffold Installer is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

24

—

LowBetter than 30% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Unknown

Total

1

Last Release

2405d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/139632?v=4)[Jess Stopa](/maintainers/jezzdk)[@jezzdk](https://github.com/jezzdk)

---

Top Contributors

[![baernholdt-jf](https://avatars.githubusercontent.com/u/73707365?v=4)](https://github.com/baernholdt-jf "baernholdt-jf (8 commits)")

---

Tags

wordpressdockerbedrocksage

### Embed Badge

![Health badge](/badges/jezzdk-scaffold-installer/health.svg)

```
[![Health](https://phpackages.com/badges/jezzdk-scaffold-installer/health.svg)](https://phpackages.com/packages/jezzdk-scaffold-installer)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.9k556.2M21.4k](/packages/laravel-framework)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k39.6k](/packages/matomo-matomo)[drupal/core

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

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

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

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

Shopware platform is the core for all Shopware ecommerce products.

595.8M671](/packages/shopware-core)[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)

PHPackages © 2026

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