PHPackages                             ptahdunbar/wp-skeleton-site - 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. ptahdunbar/wp-skeleton-site

ActiveProject

ptahdunbar/wp-skeleton-site
===========================

1210[3 issues](https://github.com/ptahdunbar/PressVarrs/issues)PHP

Since May 28Pushed 8y ago3 watchersCompare

[ Source](https://github.com/ptahdunbar/PressVarrs)[ Packagist](https://packagist.org/packages/ptahdunbar/wp-skeleton-site)[ RSS](/packages/ptahdunbar-wp-skeleton-site/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (3)Used By (0)

WP
==

[](#wp)

> This is a work in progress. Subject to sweeping changes at random intervals until the 1.0.0 :)

Installation (in three easy steps!)
-----------------------------------

[](#installation-in-three-easy-steps)

1. Clone the repository

```
git clone https://github.com/ptahdunbar/wp.git .

```

1. Download dependencies via composer (runs `composer install`)

```
make

```

2. Configure the site with environment variables

###### Choice 0: Convert protected env file `.env.encrypted` to `.env`

[](#choice-0-convert-protected-env-file-envencrypted-to-env)

```
make env

```

- Default password is `WordPress`

###### Choice 1: Start fresh, convert `.env.template` to `.env`

[](#choice-1-start-fresh-convert-envtemplate-to-env)

```
make reset

```

- run `make lock` to save `.env` to `.env.encrypted`

###### Choice 2: Pass environment settings in via apache

[](#choice-2-pass-environment-settings-in-via-apache)

```
SetEnv DB_NAME wordpress
SetEnv DB_USER root
SetEnv DB_PASSWORD root
SetEnv WP_HOME http://wp.dev
SetEnv WP_ENV development

# Multisite support (sub directory)
SetEnv ENABLE_MULTISITE "1"
SetEnv SUBDOMAIN_INSTALL "0"
SetEnv MULTISITE "1"
SetEnv DOMAIN_CURRENT_SITE "wp.dev”
SetEnv PATH_CURRENT_SITE "/"
SetEnv SITE_ID_CURRENT_SITE "1"
SetEnv BLOG_ID_CURRENT_SITE "1"

```

###### Choice 3: Pass environment settings in via nginx

[](#choice-3-pass-environment-settings-in-via-nginx)

```
fastcgi_param DB_NAME "wordpress";
fastcgi_param DB_USER "root";
fastcgi_param DB_PASSWORD "root";
fastcgi_param WP_HOME "http://wp.dev";
fastcgi_param WP_ENV "development";

# Multisite support (sub directory)
fastcgi_param ENABLE_MULTISITE "1";
fastcgi_param SUBDOMAIN_INSTALL "0";
fastcgi_param MULTISITE "1";
fastcgi_param DOMAIN_CURRENT_SITE "wp.dev";
fastcgi_param PATH_CURRENT_SITE "/";
fastcgi_param SITE_ID_CURRENT_SITE "1";
fastcgi_param BLOG_ID_CURRENT_SITE "1";

```

3. All done. Visit the site :D

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 82.8% 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.

### Community

Maintainers

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

---

Top Contributors

[![markjaquith](https://avatars.githubusercontent.com/u/353790?v=4)](https://github.com/markjaquith "markjaquith (24 commits)")[![acharlieh](https://avatars.githubusercontent.com/u/413832?v=4)](https://github.com/acharlieh "acharlieh (1 commits)")[![jasonmccreary](https://avatars.githubusercontent.com/u/161071?v=4)](https://github.com/jasonmccreary "jasonmccreary (1 commits)")[![Rarst](https://avatars.githubusercontent.com/u/737584?v=4)](https://github.com/Rarst "Rarst (1 commits)")[![thenbrent](https://avatars.githubusercontent.com/u/235523?v=4)](https://github.com/thenbrent "thenbrent (1 commits)")[![victormoukhortov](https://avatars.githubusercontent.com/u/2214673?v=4)](https://github.com/victormoukhortov "victormoukhortov (1 commits)")

### Embed Badge

![Health badge](/badges/ptahdunbar-wp-skeleton-site/health.svg)

```
[![Health](https://phpackages.com/badges/ptahdunbar-wp-skeleton-site/health.svg)](https://phpackages.com/packages/ptahdunbar-wp-skeleton-site)
```

PHPackages © 2026

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