PHPackages                             buzzedword/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. [Framework](/categories/framework)
4. /
5. buzzedword/wordpress-skeleton

ActiveProject[Framework](/categories/framework)

buzzedword/wordpress-skeleton
=============================

Mark Jaquith's Wordpress Skeleton modified to use composer. WPackagist is included as a repository, as well as custom installer paths for all wp-composer packages. This is a fork.

3.7.1(12y ago)016GPL-2.0PHPPHP &gt;=5.3.0

Since Nov 22Pushed 11y agoCompare

[ Source](https://github.com/buzzedword/WordPress-Skeleton)[ Packagist](https://packagist.org/packages/buzzedword/wordpress-skeleton)[ RSS](/packages/buzzedword-wordpress-skeleton/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

WordPress Skeleton
==================

[](#wordpress-skeleton)

This is simply a skeleton repo for a WordPress site. Use it to jump-start your WordPress site repos, or fork it and customize it to your own liking!

Assumptions
-----------

[](#assumptions)

- WordPress as a Git submodule in `/wp/`
- Custom content directory in `/content/` (cleaner, and also because it can't be in `/wp/`)
- `wp-config.php` in the root (because it can't be in `/wp/`)
- All writable directories are symlinked to similarly named locations under `/shared/`.
- Composer is either installed globally, or this project has been installed as a new composer project.

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

[](#installation)

`composer install --prefer-dist`

Questions &amp; Answers
-----------------------

[](#questions--answers)

**Q:** Will you accept pull requests? **A:** Maybe — if I think the change is useful. I primarily made this for my own use, and thought people might find it useful. If you want to take it in a different direction and make your own customized skeleton, then just maintain your own fork.

**Q:** Why the `/shared/` symlink stuff for uploads? **A:** For local development, create `/shared/` (it is ignored by Git), and have the files live there. For production, have your deploy script (Capistrano is my choice) look for symlinks pointing to `/shared/` and repoint them to some outside-the-repo location (like an NFS shared directory or something). This gives you separation between Git-managed code and uploaded files.

**Q:** What version of WordPress does this track? **A:** The latest stable release. Send a pull request if I fall behind.

**Q:** What's the deal with `local-config.php`? **A:** It is for local development, which might have different MySQL credentials or do things like enable query saving or debug mode. This file is ignored by Git, so it doesn't accidentally get checked in. If the file does not exist (which it shouldn't, in production), then WordPress will used the DB credentials defined in `wp-config.php`.

**Q:** What is `memcached.php`? **A:** This is for people using memcached as an object cache backend. It should be something like: ``. Programattic generation of this file is recommended.

**Q:** Does this support WordPress in multisite mode? **A:** It will, starting with WordPress 3.5 (due out in December, 2012). Earlier versions of WordPress don't support Multisite when WordPress is in a subdirectory.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

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

4603d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/334485?v=4)[Danny Garcia-Huang](/maintainers/buzzedword)[@buzzedword](https://github.com/buzzedword)

---

Top Contributors

[![markjaquith](https://avatars.githubusercontent.com/u/353790?v=4)](https://github.com/markjaquith "markjaquith (24 commits)")[![buzzedword](https://avatars.githubusercontent.com/u/334485?v=4)](https://github.com/buzzedword "buzzedword (1 commits)")[![jasonmccreary](https://avatars.githubusercontent.com/u/161071?v=4)](https://github.com/jasonmccreary "jasonmccreary (1 commits)")[![acharlieh](https://avatars.githubusercontent.com/u/413832?v=4)](https://github.com/acharlieh "acharlieh (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/buzzedword-wordpress-skeleton/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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