Skip to content

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

License

Notifications You must be signed in to change notification settings

Zauberfisch/silverstripe-serialized-dataobject

Repository files navigation

SilverStripe SerializedDataObject module

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published