PHPackages                             thewebmen/silverstripe-media-field - 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. [Image &amp; Media](/categories/media)
4. /
5. thewebmen/silverstripe-media-field

Abandoned → [https://github.com/wedevelopnl/silverstripe-media-field](/?search=https%3A%2F%2Fgithub.com%2Fwedevelopnl%2Fsilverstripe-media-field)Library[Image &amp; Media](/categories/media)

thewebmen/silverstripe-media-field
==================================

Media field module

4.0.0(2y ago)07.6k1PHPPHP ^8.1

Since Sep 6Pushed 2mo ago10 watchersCompare

[ Source](https://github.com/wedevelopnl/silverstripe-media-field)[ Packagist](https://packagist.org/packages/thewebmen/silverstripe-media-field)[ RSS](/packages/thewebmen-silverstripe-media-field/feed)WikiDiscussions 6 Synced yesterday

READMEChangelog (10)Dependencies (5)Versions (16)Used By (0)

silverstripe-media-field
========================

[](#silverstripe-media-field)

Adds a media field with extra options as well as video embeds

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

[](#requirements)

- See `composer.json` requirements

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

[](#installation)

- `composer require wedevelopnl/silverstripe-media-field`

Usage
-----

[](#usage)

This module introduces a media field to the silverstripe cms.

License
-------

[](#license)

See [License](LICENSE)

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

[](#maintainers)

- [WeDevelop](https://www.wedevelop.nl/)

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

[](#development-and-contribution)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. See read our [contributing](CONTRIBUTING.md) document for more information.

### Getting started

[](#getting-started)

We use [Docker Compose](https://docs.docker.com/compose/) for development. A `Makefile` wraps the common tasks.

#### Bring the stack up

[](#bring-the-stack-up)

- `make build` — build the image without starting.
- `make up` — start services (builds if needed). The CMS becomes available at the URL printed by the command.
- `make down` — stop services.
- `make destroy` — stop services and remove volumes (resets the test database).

#### Run checks

[](#run-checks)

- `make test` — run PHPUnit.
- `make analyse` — run PHPStan static analysis (level 9).
- `make test-cs` — run php-cs-fixer in dry-run mode.
- `make fix-cs` — auto-fix code style.

`make sh` opens a shell inside the app container.

Upgrade notes
-------------

[](#upgrade-notes)

### 6.0 — `saveEmbed()` signature change

[](#60--saveembed-signature-change)

`MediaField::saveEmbed()` now takes a required `Embed\Embed` instance as its second argument. Update consumer code:

```
// Before
MediaField::saveEmbed($this);

// After
use Embed\Embed;
MediaField::saveEmbed($this, new Embed());
```

The remaining field-name arguments are unchanged. This change unblocks unit tests that exercise the embed-resolution branches without making real network requests.

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance57

Moderate activity, may be stable

Popularity21

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity79

Established project with proven stability

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 ~285 days

Recently: every ~267 days

Total

11

Last Release

4d ago

Major Versions

v1.1 → v2.02022-07-11

v2.2 → 3.0.02023-01-30

3.0.0 → 4.0.02023-07-25

4.0.0 → 6.0.0-RC12026-01-22

PHP version history (3 changes)3.0.0PHP &gt;=8.1

4.0.0PHP ^8.1

6.0.0-RC1PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/7a41b16aafbe795cfad0b4941b9ac37305e5bba2aefbcf56cc1f0c180928de27?d=identicon)[WeDevelop](/maintainers/WeDevelop)

---

Tags

silverstripemediafield

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/thewebmen-silverstripe-media-field/health.svg)

```
[![Health](https://phpackages.com/badges/thewebmen-silverstripe-media-field/health.svg)](https://phpackages.com/packages/thewebmen-silverstripe-media-field)
```

###  Alternatives

[silverstripe/framework

The SilverStripe framework

7313.7M2.8k](/packages/silverstripe-framework)[silvershop/core

Provides an ecommerce product catalog, shopping cart, and order management system

11341.0k50](/packages/silvershop-core)[jonom/focuspoint

Smarter automatic image cropping for Silverstripe

111675.8k57](/packages/jonom-focuspoint)[silvanite/nova-field-cloudinary

A Laravel Nova Image Field with Flysystem Adapter for storing and retrieving media from Cloudinary

2772.3k3](/packages/silvanite-nova-field-cloudinary)[stepanenko3/nova-media-field

A Laravel Nova field for laravel-medilibrary.

1817.8k](/packages/stepanenko3-nova-media-field)[colymba/gridfield-gallery-theme

SilverStripe 3 GridField component adding file or image thumbnail gallery view

157.2k1](/packages/colymba-gridfield-gallery-theme)

PHPackages © 2026

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