PHPackages                             pr3set-llc/silverstripe-elemental-baseobject - 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. [Database &amp; ORM](/categories/database)
4. /
5. pr3set-llc/silverstripe-elemental-baseobject

ActiveSilverstripe-vendormodule[Database &amp; ORM](/categories/database)

pr3set-llc/silverstripe-elemental-baseobject
============================================

A simple base DataObject to use with Elemental Content Blocks

6.x-dev(1mo ago)036BSD-3-ClausePHPPHP ^8.3

Since Oct 10Pushed 1mo agoCompare

[ Source](https://github.com/PR3SET-LLC/silverstripe-elemental-baseobject)[ Packagist](https://packagist.org/packages/pr3set-llc/silverstripe-elemental-baseobject)[ RSS](/packages/pr3set-llc-silverstripe-elemental-baseobject/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (7)Versions (3)Used By (0)

Silverstripe Elemental Baseobject
=================================

[](#silverstripe-elemental-baseobject)

a simple base dataobject to use with elements

[![CI](https://github.com/dynamic/silverstripe-elemental-baseobject/actions/workflows/ci.yml/badge.svg)](https://github.com/dynamic/silverstripe-elemental-baseobject/actions/workflows/ci.yml)[![codecov](https://camo.githubusercontent.com/105da0014eb00223c786fbb5c218103956f1b88dfd593c94e6c57dd3f6af65e3/68747470733a2f2f636f6465636f762e696f2f67682f64796e616d69632f73696c7665727374726970652d656c656d656e74616c2d626173656f626a6563742f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/dynamic/silverstripe-elemental-baseobject)

[![Latest Stable Version](https://camo.githubusercontent.com/cacdafa0073a80fda92e23f217fca9b877cbb04f3467d6757959fedf28f2c818/68747470733a2f2f706f7365722e707567782e6f72672f64796e616d69632f73696c7665727374726970652d656c656d656e74616c2d626173656f626a6563742f762f737461626c65)](https://packagist.org/packages/dynamic/silverstripe-elemental-baseobject)[![Total Downloads](https://camo.githubusercontent.com/26079a0204b49683bd112ff6634225755c1ee29cd7718a6f5f1da24c912cc3b8/68747470733a2f2f706f7365722e707567782e6f72672f64796e616d69632f73696c7665727374726970652d656c656d656e74616c2d626173656f626a6563742f646f776e6c6f616473)](https://packagist.org/packages/dynamic/silverstripe-elemental-baseobject)[![Latest Unstable Version](https://camo.githubusercontent.com/232035527b9663e6463bc64eefcaf7441fb5aed202dbd8a47a6ce2c24b3a2cde/68747470733a2f2f706f7365722e707567782e6f72672f64796e616d69632f73696c7665727374726970652d656c656d656e74616c2d626173656f626a6563742f762f756e737461626c65)](https://packagist.org/packages/dynamic/silverstripe-elemental-baseobject)[![License](https://camo.githubusercontent.com/a656c3317360ea179dd2928ce1c072b777d9473513268fa942b7958f0c09ca0a/68747470733a2f2f706f7365722e707567782e6f72672f64796e616d69632f73696c7665727374726970652d656c656d656e74616c2d626173656f626a6563742f6c6963656e7365)](https://packagist.org/packages/dynamic/silverstripe-elemental-baseobject)

Requirements
------------

[](#requirements)

- dnadesign/silverstripe-elemental: ^5.0
- silverstripe/linkfield: ^4.0

Installation
------------

[](#installation)

`composer require dynamic/silverstripe-elemental-baseobject`

License
-------

[](#license)

See [License](LICENSE.md)

Upgrading from version 2
------------------------

[](#upgrading-from-version-2)

BaseObject drops `sheadawson/silverstripe-linkable` usage in favor of `gorriecoe/silverstripe-linkfield`. To avoid data loss, install the `dynamic/silverstripe-link-migrator` module as follows:

```
composer require dynamic/silverstripe-link-migrator
```

Then, run the task "Linkable to SilverStripe Link Migration" via `/dev/tasks`, or cli via:

```
vendor/bin/sake dev/tasks/LinkableMigrationTask
```

This will populate all of the new Link fields with data from the old class.

Usage
-----

[](#usage)

A base DataObject used in the following Elemental content blocks:

- [Accordion](https://github.com/dynamic/silverstripe-elemental-accordion)
- [Features](https://github.com/dynamic/silverstripe-elemental-features)
- [Gallery](https://github.com/dynamic/silverstripe-elemental-gallery)
- [Promos](https://github.com/dynamic/silverstripe-elemental-promos)
- [Sponsors](https://github.com/dynamic/silverstripe-elemental-sponsors)
- [Timeline](https://github.com/dynamic/silverstripe-elemental-timeline)

Getting more elements
---------------------

[](#getting-more-elements)

See [Elemental modules by Dynamic](https://github.com/orgs/dynamic/repositories?q=elemental&type=all&language=&sort=)

Configuration
-------------

[](#configuration)

See [SilverStripe Elemental Configuration](https://github.com/silverstripe/silverstripe-elemental#configuration)

Translations
------------

[](#translations)

The translations for this project are managed via [Transifex](https://www.transifex.com/dynamicagency/silverstripe-elemental-baseobject/)and are updated automatically during the release process. To contribute, please head to the link above and get translating!

Maintainers
-----------

[](#maintainers)

- [Dynamic](https://www.dynamicagency.com) ()

Bugtracker
----------

[](#bugtracker)

Bugs are tracked in the issues section of this repository. Before submitting an issue please read over existing issues to ensure yours is unique.

If the issue does look like a new bug:

- Create a new issue
- Describe the steps required to reproduce your issue, and the expected outcome. Unit tests, screenshots and screencasts can help here.
- Describe your environment as detailed as possible: SilverStripe version, Browser, PHP version, Operating System, any installed SilverStripe modules.

Please report security issues to the module maintainers directly. Please don't file security issues in the bugtracker.

Development and contribution
----------------------------

[](#development-and-contribution)

If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance91

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 68.8% 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 ~223 days

Total

2

Last Release

43d ago

Major Versions

5.x-dev → 6.x-dev2026-05-21

PHP version history (2 changes)5.x-devPHP ^8.1

6.x-devPHP ^8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/118060730?v=4)[pr3set](/maintainers/pr3set)[@pr3set](https://github.com/pr3set)

---

Top Contributors

[![jsirish](https://avatars.githubusercontent.com/u/1163643?v=4)](https://github.com/jsirish "jsirish (33 commits)")[![muskie9](https://avatars.githubusercontent.com/u/870751?v=4)](https://github.com/muskie9 "muskie9 (7 commits)")[![mak001](https://avatars.githubusercontent.com/u/1750550?v=4)](https://github.com/mak001 "mak001 (3 commits)")[![juangadiel](https://avatars.githubusercontent.com/u/706997?v=4)](https://github.com/juangadiel "juangadiel (2 commits)")[![juangadiel-pr3set](https://avatars.githubusercontent.com/u/231773882?v=4)](https://github.com/juangadiel-pr3set "juangadiel-pr3set (2 commits)")[![wernerkrauss](https://avatars.githubusercontent.com/u/1043925?v=4)](https://github.com/wernerkrauss "wernerkrauss (1 commits)")

---

Tags

silverstripecontentblockselemental

### Embed Badge

![Health badge](/badges/pr3set-llc-silverstripe-elemental-baseobject/health.svg)

```
[![Health](https://phpackages.com/badges/pr3set-llc-silverstripe-elemental-baseobject/health.svg)](https://phpackages.com/packages/pr3set-llc-silverstripe-elemental-baseobject)
```

###  Alternatives

[dnadesign/silverstripe-elemental-decisiontree

Element displaying information in regards to answers given to questions

1117.7k1](/packages/dnadesign-silverstripe-elemental-decisiontree)

PHPackages © 2026

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