slonline/jsonfield

JSON MySQL DB Field - Module for SilverStripe 6

Maintainers

Package info

github.com/SLONline/jsonfield

pkg:composer/slonline/jsonfield

Statistics

Installs: 9

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

6.0.0 2025-10-22 14:48 UTC

This package is auto-updated.

Last update: 2026-02-22 15:50:32 UTC


README

Requirements

  • silverstripe/framework ~6.0

Installation

  • Add the following code to the require key in composer.json file:
composer require slonline/jsonfield

Usage

Datatype

$db = [
    ...
    'MyJSON' => DBJSONText::class,
];