PHPackages                             silvercommerce/versionhistoryfield - 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. silvercommerce/versionhistoryfield

ActiveSilverstripe-vendormodule[Utility &amp; Helpers](/categories/utility)

silvercommerce/versionhistoryfield
==================================

Field that hows a simple version history of a versioned DataObject.

1.1.1(1y ago)05.1k12BSD-3-ClausePHP

Since Apr 28Pushed 1y ago3 watchersCompare

[ Source](https://github.com/silvercommerce/versionhistoryfield)[ Packagist](https://packagist.org/packages/silvercommerce/versionhistoryfield)[ Docs](https://github.com/silvercommerce/versionhistoryfield)[ RSS](/packages/silvercommerce-versionhistoryfield/feed)WikiDiscussions 1 Synced 2w ago

READMEChangelogDependencies (2)Versions (7)Used By (2)

SilverStripe VersionHistoryField
================================

[](#silverstripe-versionhistoryfield)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/e0eec67740103c5afb9f6ed8a9aaeaaec0bd3ecbeaeeb1ccf9f5099331b16dd6/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73696c766572636f6d6d657263652f76657273696f6e686973746f72796669656c642f6261646765732f7175616c6974792d73636f72652e706e673f623d312e30)](https://scrutinizer-ci.com/g/silvercommerce/versionhistoryfield/?branch=1.0)

Simple field that lists changes made to an associated "Versioned" DataObject

Designed to be used with SilverCommerce Estimates, Invoices and contacts, but should work equally well with any other DataObject

Installing
----------

[](#installing)

Install via composer:

```
composer require silvercommerce/versionhistoryfield

```

Then flush

Usage
-----

[](#usage)

You can add this field to any form that represents a `DataObject` that uses `Versioned`. It will output a simple list of changes. For example, to add to `YourObject::getCMSFields()` use:

```
class YourDataObject extends DataObject
{
    ...

    public function getCMSFields()
    {
        $fields = parent::getCMSFields();

        $fields->addFieldToTab(
            "Root.History",
            VersionHistoryField::create(
                "History",
                _t("SilverCommerce\VersionHistoryField.History", "History"),
                $this
            )->addExtraClass("stacked") // make the field full width
        );

        return $fields;
    }

    ...
}

```

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity67

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

Recently: every ~561 days

Total

7

Last Release

518d ago

### Community

Maintainers

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

---

Top Contributors

[![mlewis-everley](https://avatars.githubusercontent.com/u/687143?v=4)](https://github.com/mlewis-everley "mlewis-everley (10 commits)")

---

Tags

silverstripeformfieldFormsversioned

### Embed Badge

![Health badge](/badges/silvercommerce-versionhistoryfield/health.svg)

```
[![Health](https://phpackages.com/badges/silvercommerce-versionhistoryfield/health.svg)](https://phpackages.com/packages/silvercommerce-versionhistoryfield)
```

###  Alternatives

[silverstripe/cms

The SilverStripe Content Management System

5163.5M1.3k](/packages/silverstripe-cms)[silverstripe/userforms

UserForms enables CMS users to create dynamic forms via a drag and drop interface and without getting involved in any PHP code

1321.1M83](/packages/silverstripe-userforms)[silverstripe/tagfield

Tag field for SilverStripe

561.3M50](/packages/silverstripe-tagfield)[unclecheese/display-logic

Allows assignment of conditions for display and hide of specific form fields based on client side behavior.

741.1M111](/packages/unclecheese-display-logic)[symbiote/silverstripe-advancedworkflow

Adds configurable workflow support to the CMS, with a GUI for creating custom workflow definitions.

46299.9k9](/packages/symbiote-silverstripe-advancedworkflow)[silverstripe/admin

SilverStripe admin interface

262.7M374](/packages/silverstripe-admin)

PHPackages © 2026

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