PHPackages                             wemakecustom/wp-skeleton-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. wemakecustom/wp-skeleton-installer

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

wemakecustom/wp-skeleton-installer
==================================

Installer scripts for https://github.com/wemakecustom/wp-skeleton

v3.0.1(10y ago)09941GPL-2.0PHP

Since Apr 21Pushed 10y ago4 watchersCompare

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

READMEChangelogDependencies (4)Versions (12)Used By (1)

Wordpress Skeleton Installer
============================

[](#wordpress-skeleton-installer)

Will be installed with [wp-skeleton](https://github.com/wemakecustom/wp-skeleton).

What it does
------------

[](#what-it-does)

Install WordPress and dependencies:

- [wemakecustom/composer-script-utils](https://github.com/wemakecustom/composer-script-utils) (version ^1.0)
- [wp-cli/wp-cli](https://github.com/wp-cli/wp-cli)
- [johnpbloch/wordpress](https://github.com/johnpbloch/wordpress) (version ^4.0)
- [wemakecustom/wp-pot-generator](https://github.com/wemakecustom/wp-pot-generator) (version ~2.0@dev)

Add all default folders and files needed:

- create plugins, mu-plugins, themes folders into `/htdocs/wp-content/`
- add the default `.gitignore` for wordpress.
- executed scripts before and after each update/install with composer to ensure a stable environement.

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

[](#installation)

```
$ git clone git@github.com:wemakecustom/wp-skeleton-installer.git
$ cd
$ composer install

```

You will see prompt messages to set default database information, wordpress language and debug parameters.

`ScriptHandler` manage the installation:

- install must-use plugins;
- move and create symlink to WordPress files and folders;
- manage config's files (database and basics configuration needed for WordPress);
- set SALT keys for encryption of information stored in the user's cookies

By default, at the end, you will get WordPress and all configs files installed in `/test/` subfolder. To configure another subfolder, please see section *configuration* bellow.

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

[](#configuration)

The following section in `composer.json` allow you to change the folder where WordPress and the config files are installed. For an example to see how to change this section, please see [wp-skeleton](https://github.com/wemakecustom/wp-skeleton).

```
{
    "extra": {
        "wordpress-install-dir": "vendor/wordpress/wordpress",
        "confs-dir": "test/confs",
        "web-dir": "test/htdocs",
        "installer-paths": {
            "test/htdocs/wp-content/plugins/{$name}/": ["type:wordpress-plugin"],
            "test/htdocs/wp-content/mu-plugins/{$name}/": ["type:wordpress-muplugin"],
            "test/htdocs/wp-content/themes/composer/{$name}/": ["type:wordpress-theme"]
        }
    }
}
```

So, you can change:

- `wordpress-install-dir` to specify where you want to install WordPress core.
- `confs-dir` to define where you install config's files *(ie database)*.
- `web-dir` to set the subfolder for WordPress, where core symlinks, themes and plugins will be installed. **You will work in this subfolder**.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 78.6% 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 ~72 days

Recently: every ~122 days

Total

11

Last Release

3676d ago

Major Versions

v1.2.1 → v2.02014-12-11

v2.1 → v3.02015-11-05

### Community

Maintainers

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

---

Top Contributors

[![lavoiesl](https://avatars.githubusercontent.com/u/1216046?v=4)](https://github.com/lavoiesl "lavoiesl (11 commits)")[![lemoinem](https://avatars.githubusercontent.com/u/234992?v=4)](https://github.com/lemoinem "lemoinem (3 commits)")

### Embed Badge

![Health badge](/badges/wemakecustom-wp-skeleton-installer/health.svg)

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

###  Alternatives

[altis/cms

CMS Module for Altis

46216.6k2](/packages/altis-cms)

PHPackages © 2026

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