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 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

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

Unknown

Total

1

Last Release

2306d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9d0a6d2e4c81a362cc84db1d7394aa7d32c9094b8876a4bbb8dafc1b71a1a90f?d=identicon)[jezzdk](/maintainers/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

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[laravel/vapor-cli

The Laravel Vapor CLI

31310.7M8](/packages/laravel-vapor-cli)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M368](/packages/laravel-zero-framework)

PHPackages © 2026

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