PHPackages                             madebydavid/wordpress-skeleton - 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. madebydavid/wordpress-skeleton

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

madebydavid/wordpress-skeleton
==============================

WordPress Skeleton

1.1.2(10y ago)225PHP

Since Nov 27Pushed 10y ago1 watchersCompare

[ Source](https://github.com/madebydavid/WordpressSkeleton)[ Packagist](https://packagist.org/packages/madebydavid/wordpress-skeleton)[ RSS](/packages/madebydavid-wordpress-skeleton/feed)WikiDiscussions master Synced 3d ago

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

WordPressSkeleton [![Dependency Status](https://camo.githubusercontent.com/ddb36c402946bee8ab6b6924dba6fa85187db353852a67b80ac7d9cf80aab3e3/687474703a2f2f7777772e76657273696f6e6579652e636f6d2f7068702f6d616465627964617669643a776f726470726573732d736b656c65746f6e2f312e312e322f62616467652e737667)](http://www.versioneye.com/php/madebydavid:wordpress-skeleton/1.1.2)
==========================================================================================================================================================================================================================================================================================================================================================================

[](#wordpressskeleton-)

This is version 1.1.2, using WordPress 4.5.1
--------------------------------------------

[](#this-is-version-112-using-wordpress-451)

WordPress Skeleton using composer. Add plugins and themes from [WordPress Packagist](http://wpackagist.org/).
-------------------------------------------------------------------------------------------------------------

[](#wordpress-skeleton-using-composer-add-plugins-and-themes-from-wordpress-packagist)

#### 1. Install composer if required:

[](#1-install-composer-if-required)

```
$ curl -sS https://getcomposer.org/installer | php
```

#### 2. Use composer to install this project:

[](#2-use-composer-to-install-this-project)

```
$ php composer.phar create-project madebydavid/wordpress-skeleton my-wordpress-directory 1.1.2
$ cd my-wordpress-directory
```

#### 3. Move the local config sample to become the real local config file

[](#3-move-the-local-config-sample-to-become-the-real-local-config-file)

```
$ mv local-config-sample.php local-config.php
```

#### 4. Change these settings in the local-config.php file:

[](#4-change-these-settings-in-the-local-configphp-file)

```
define('DB_NAME', 'my-wordpress-database');
define('DB_USER', 'root');
define('DB_PASSWORD', '');
define('DB_HOST', 'localhost');
define('WP_HOME', 'http://my-wordpress-site/');
define('WP_SITEURL', 'http://my-wordpress-site/wordpress');
```

#### 5. Create the db:

[](#5-create-the-db)

```
$ mysqladmin -uroot create my-wordpress-database
```

#### 6. Initialize using the included [WP-CLI](http://wp-cli.org/) and you're ready to go.

[](#6-initialize-using-the-included-wp-cli-and-youre-ready-to-go)

```
$ ./vendor/bin/wp --path=wordpress --url="http://my-wordpress-site/" db reset
$ ./vendor/bin/wp --path=wordpress --url="http://my-wordpress-site/" core install \
    --admin_user=root --admin_password=password \
    --admin_email=my@email.goes.here.com \
    --title="My Site Title"
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity70

Established project with proven stability

 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

Every ~88 days

Recently: every ~156 days

Total

11

Last Release

3667d ago

Major Versions

0.0.7 → 1.0.02014-09-05

### Community

Maintainers

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

---

Top Contributors

[![madebydavid](https://avatars.githubusercontent.com/u/5401249?v=4)](https://github.com/madebydavid "madebydavid (22 commits)")

### Embed Badge

![Health badge](/badges/madebydavid-wordpress-skeleton/health.svg)

```
[![Health](https://phpackages.com/badges/madebydavid-wordpress-skeleton/health.svg)](https://phpackages.com/packages/madebydavid-wordpress-skeleton)
```

###  Alternatives

[rainlab/blog-plugin

Blog plugin for October CMS

17257.7k](/packages/rainlab-blog-plugin)[altis/cms

CMS Module for Altis

46216.6k2](/packages/altis-cms)[pfefferle/wordpress-activitypub

The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.

5671.4k1](/packages/pfefferle-wordpress-activitypub)[mediawiki/semantic-glossary

A terminology markup extension with a Semantic MediaWiki back-end

1352.4k](/packages/mediawiki-semantic-glossary)[humanmade/lottie-lite

A lightweight Lottie Animations Extension for WordPress

374.3k](/packages/humanmade-lottie-lite)

PHPackages © 2026

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