Download the PHP package zauberfisch/silverstripe-serialized-dataobject without Composer
On this page you can find all versions of the php package zauberfisch/silverstripe-serialized-dataobject. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download zauberfisch/silverstripe-serialized-dataobject
More information about zauberfisch/silverstripe-serialized-dataobject
Files in zauberfisch/silverstripe-serialized-dataobject
Package silverstripe-serialized-dataobject
Short Description SilverStripe database field that allows saving arbitrary data in a single db field using serialization
License BSD-3-Clause
Informations about the package silverstripe-serialized-dataobject
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
- Zauberfisch [email protected]
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
- JavaScript and CSS taken from the bummzack/sortablefile module
All versions of silverstripe-serialized-dataobject with dependencies
ext-json Version *
silverstripe/framework Version ^4.5 || ^5.0
silverstripe/vendor-plugin Version *