PHPackages                             forumone/wp-cfm - 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. forumone/wp-cfm

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

forumone/wp-cfm
===============

Manage and deploy WordPress configuration changes.

2.0.1(1y ago)639.6k↑87.1%2[1 PRs](https://github.com/forumone/wp-cfm-dist/pulls)GPL-2.0-onlyPHPPHP &gt;=7.4

Since Nov 11Pushed 10mo ago11 watchersCompare

[ Source](https://github.com/forumone/wp-cfm-dist)[ Packagist](https://packagist.org/packages/forumone/wp-cfm)[ Docs](https://github.com/forumone/wp-cfm-dist)[ RSS](/packages/forumone-wp-cfm/feed)WikiDiscussions main Synced 1mo ago

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

WP-CFM
======

[](#wp-cfm)

**Contributors:** [forum1](https://profiles.wordpress.org/forum1/), [mgibbs189](https://profiles.wordpress.org/mgibbs189/), [elvismdev](https://profiles.wordpress.org/elvismdev/), [mickaelperrin](https://profiles.wordpress.org/mickaelperrin/), [alfreddatakillen](https://profiles.wordpress.org/alfreddatakillen/), [joshlevinson](https://profiles.wordpress.org/joshlevinson/), [jmslbam](https://profiles.wordpress.org/jmslbam/), [gbeezus](https://profiles.wordpress.org/gbeezus/), [tnolte](https://profiles.wordpress.org/tnolte/), [dsteersf1](https://profiles.wordpress.org/dsteersf1/), [jgleisner](https://profiles.wordpress.org/jgleisner/)
**Tags:** configuration, settings, configuration management, features, wordpress, wp-cli
**Donate link:**
**Requires at least:** 4.7
**Tested up to:** 6.6.2
**Requires PHP:** 7.4
**Stable tag:** 2.0.1
**License:** GPLv2 or later
**License URI:**

Manage and deploy WordPress configuration changes.

Description
-----------

[](#description)

WP-CFM lets you copy database configuration to / from the filesystem. Easily deploy configuration changes without needing to copy the entire database. WP-CFM is similar to Drupal's Features module.

### How will WP-CFM benefit me?

[](#how-will-wp-cfm-benefit-me)

- Less need to copy over the entire database.
- No more rushing to figure out which settings you forgot to change.
- Easily track and version configuration changes via git, subversion, etc.

### Which data does WP-CFM support?

[](#which-data-does-wp-cfm-support)

- WP settings (`wp_options` table)
- Multisite settings (`wp_sitemeta` table)
- Taxonomy terms
- Custom Field Suite field groups

### Terminology

[](#terminology)

- Bundle - A group of (one or more) settings to track
- Push - Export database settings to the filesystem
- Pull - Import file-based settings into the database

### WP-CLI

[](#wp-cli)

WP-CFM supports \[pull / push / diff\] of bundles from the command-line using [WP-CLI](http://wp-cli.org/):

```
wp config pull [bundle_name]
wp config push [bundle_name]
wp config diff [bundle_name]
wp config bundles
wp config show_bundle [bundle_name]
```

You can optionally set `bundle_name` to "all" to include all bundles.

Append the `--network` flag to include multisite bundles.

### Filters

[](#filters)

See the filters reference page at the [GitHub Wiki](https://github.com/forumone/wp-cfm-dist/wiki/Filters-Reference).

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

[](#installation)

### Manual

[](#manual)

1. Upload to the `/wp-content/plugins/` directory.
2. Activate the plugin.
3. Browse to `Settings > WP-CFM` to configure.

### Git Updater

[](#git-updater)

1. Download the free version, or purchase the premium version, of the [Git Updater plugin](https://git-updater.com/).
2. Upload to the `/wp-content/plugins/` directory.
3. Activate the plugin.
4. Follow the plugin [installation instructions](https://git-updater.com/knowledge-base/remote-installation/) on the Git Updater website.

### Composer

[](#composer)

1. Run `composer require forumone/wp-cfm` to add to your Composer-based site.

Frequently Asked Questions
--------------------------

[](#frequently-asked-questions)

Screenshots
-----------

[](#screenshots)

1. The admin management interface
2. Editing a configuration "bundle"
3. Diff viewer to track changes within a bundle

Changelog
---------

[](#changelog)

[See the previous changelogs here](https://github.com/forumone/wp-cfm-dist/blob/main/CHANGELOG.md#changelog)

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance46

Moderate activity, may be stable

Popularity36

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity45

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

Every ~3 days

Total

6

Last Release

537d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2c1c9805c3f0e7a61cc35e4456d7a0a60b97dffed7b51c00a203f7e66ccd4376?d=identicon)[timnolte](/maintainers/timnolte)

![](https://www.gravatar.com/avatar/734e7db7b240a2256fb237a4390cc440d821cee7a73b928c7e1085b1d6139679?d=identicon)[dsteersf1](/maintainers/dsteersf1)

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

---

Top Contributors

[![tropicandid](https://avatars.githubusercontent.com/u/15329361?v=4)](https://github.com/tropicandid "tropicandid (3 commits)")

---

Tags

pluginwordpressconfiguration

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/forumone-wp-cfm/health.svg)

```
[![Health](https://phpackages.com/badges/forumone-wp-cfm/health.svg)](https://phpackages.com/packages/forumone-wp-cfm)
```

###  Alternatives

[afragen/git-updater

A plugin to automatically update GitHub, Bitbucket, GitLab, or Gitea hosted plugins, themes, and language packs.

3.3k1.6k](/packages/afragen-git-updater)[webdevstudios/cmb2-attached-posts

Custom field for CMB2 for creating post relationships.

13565.5k](/packages/webdevstudios-cmb2-attached-posts)[iceicetimmy/acf-post-type-selector

Post type selector for Advanced Custom Fields.

559.0k](/packages/iceicetimmy-acf-post-type-selector)

PHPackages © 2026

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