zauberfisch/silverstripe-serialized-dataobject

SilverStripe database field that allows saving arbitrary data in a single db field using serialization

Installs: 2 552

Dependents: 2

Suggesters: 0

Security: 0

Stars: 7

Watchers: 6

Forks: 2

Open Issues: 6

Type:silverstripe-vendormodule

v4.0.5 2023-05-10 22:47 UTC

README

SilverStripe database field that allows saving arbitrary data in a single db field using serialization. Additionally, this module also provides some Form Field that allows saving into those database fields.

The primary motivation for this module is to be able to save collections of data and relations to other objects directly into the Object without the need of a relation table. This is especially useful since SilverStripe does not support versioning of relations at this time.

Maintainer Contact

Requirements

  • silverstripe/framework >=4.2

Installation

  • composer require "zauberfisch/silverstripe-serialized-dataobject"
  • rebuild manifest (flush)

Documentation

See docs/en/index.md for documentation and examples.

Attribution