PHPackages                             rockschtar/wordpress-metarevisions - 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. rockschtar/wordpress-metarevisions

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

rockschtar/wordpress-metarevisions
==================================

Library for use with roots/bedrock based WordPress projects. Enables meta-data revisions.

2.1.7(6y ago)02.5kMITPHPPHP &gt;=7.1CI failing

Since Sep 3Pushed 6y ago1 watchersCompare

[ Source](https://github.com/rockschtar/wordpress-metarevisions)[ Packagist](https://packagist.org/packages/rockschtar/wordpress-metarevisions)[ RSS](/packages/rockschtar-wordpress-metarevisions/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (5)Dependencies (2)Versions (14)Used By (0)

rockschtar/wordpress-metarevision
=================================

[](#rockschtarwordpress-metarevision)

Description
===========

[](#description)

WordPress [Must Use Plugin](https://codex.wordpress.org/Must_Use_Plugins). Enables meta-data revisions via simplified hooks/filters for usage with composer based based WordPress projects ([roots/bedrock](https://github.com/roots/bedrock) or [johnpbloch/wordpress](https://github.com/johnpbloch/wordpress)).

Requirements
============

[](#requirements)

- PHP 7.1+
- [Composer](https://getcomposer.org/) to install

Install
=======

[](#install)

```
composer require rockschtar/wordpress-metarevisions

```

License
=======

[](#license)

rockschtar/wordpress-metarevisions is open source and released under MIT license. See LICENSE.md file for more info.

Usage
-----

[](#usage)

This library allows you to store changes in post meta fields to the built in WordPress Revision Management System.

```
MetaRevisions::init();

add_filter('rswpmr_revision_meta_fields', function($fields) {
    $fields['your_post_type_name']['your_post_meta_field'] = __('Your Meta Field Title');
    return $fields;
});

add_filter('rswpmr_revision_meta_fields_callbacks', function($field_callbacks) {
    $field_callbacks[] = array('field' => 'your_post_meta_field', 'callback' => function($value, $field) {
        //option to convert your post meta value to a readable value
        return $value;
    });

    return $field_callbacks;
});

```

Question? Issues?
=================

[](#question-issues)

rockschtar/wordpress-metarevisions is hosted on GitHub. Feel free to open issues there for suggestions, questions and real issues.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

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 ~46 days

Recently: every ~52 days

Total

12

Last Release

2304d ago

Major Versions

1.0.0 → 2.0.02019-05-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/67724bb6880d11c1609be2abeecc7857e2fd22147eb634b3dcce3d77a2818f68?d=identicon)[rockschtar](/maintainers/rockschtar)

---

Top Contributors

[![rockschtar](https://avatars.githubusercontent.com/u/87191?v=4)](https://github.com/rockschtar "rockschtar (59 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/rockschtar-wordpress-metarevisions/health.svg)

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

###  Alternatives

[fntneves/laravel-transactional-events

Transaction-aware Event Dispatcher for Laravel

3202.6M2](/packages/fntneves-laravel-transactional-events)[ipinfo/ipinfo

The official PHP library for IPinfo, the most reliable, accurate, and in-depth source of IP address data available anywhere. We process terabytes of data to produce our custom IP geolocation, company, carrier and IP type data sets. Visit our developer docs at https://ipinfo.io/developers.

2891.2M11](/packages/ipinfo-ipinfo)[craftcms/plugin-installer

Craft CMS Plugin Installer

283.3M4](/packages/craftcms-plugin-installer)[typo3/cms-recordlist

TYPO3 CMS Recordlist - Lists database records in the TYPO3 backend module (Web&gt;List).

178.0M48](/packages/typo3-cms-recordlist)[broadway/uuid-generator

UUID generator for broadway/broadway.

202.1M11](/packages/broadway-uuid-generator)

PHPackages © 2026

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