PHPackages                             silverstripe/cdncontent - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. silverstripe/cdncontent

Abandoned → [symbiote/silverstripe-cdncontent](/?search=symbiote%2Fsilverstripe-cdncontent)Silverstripe-module[File &amp; Storage](/categories/file-storage)

silverstripe/cdncontent
=======================

A module that uses the content-services module for mapping Files and/or theme content from the CMS to compatible CDNs.

3.2.3(6y ago)85.3k10[2 issues](https://github.com/silverstripe-australia/silverstripe-cdncontent/issues)BSD-3-ClausePHP

Since Sep 18Pushed 6y ago7 watchersCompare

[ Source](https://github.com/silverstripe-australia/silverstripe-cdncontent)[ Packagist](https://packagist.org/packages/silverstripe/cdncontent)[ RSS](/packages/silverstripe-cdncontent/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)Dependencies (2)Versions (52)Used By (0)

CDN Theme module
================

[](#cdn-theme-module)

A module that allows the assets for a theme to be stored on a CDN

Overview
--------

[](#overview)

Provides a few CDN related pieces of functionality

- Store assets from Files &amp; Images in a specified CDN
- Store theme related assets in a configured CDN

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

[](#requirements)

- Content Services module
- Patches to the framework folder - see the framework.patch file

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

[](#installation)

- Add the following extensions

```
File:
  extensions:
    - CDNFile
Folder:
  extensions:
    - CDNFolder
# If using the Versioned Files module
FileVersion:
  extensions:
    - CDNFile
```

- Configure the locations for storing content items

```
  ContentService:
    constructor:
      defaultStore: S3DevBucket
    properties:
      stores:
        FileCDN:
          ContentReader: FileContentReader
          ContentWriter: FileContentWriter

```

Note: In this case, ContentReader and ContentWriter should be the names of other items configured in the injector - the default `contentservices.yml` defines the above ones as

```
---
Name: contentservices
---

Injector:
  FileContentReader:
    type: prototype
    properties:
      basePath: mycontent
  FileContentWriter:
    type: prototype
    properties:
      basePath: mycontent

```

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 84.3% 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 ~43 days

Recently: every ~246 days

Total

50

Last Release

2200d ago

Major Versions

1.2.0 → 2.0.02016-02-25

2.7.4 → 3.0.02017-06-23

2.7.5 → 3.0.32017-06-30

2.8.x-dev → 3.1.02017-10-10

### Community

Maintainers

![](https://www.gravatar.com/avatar/b0cba8b534e20e6ab4fff555a97b237a18436ebca1446fc0b29c8a8b504038b9?d=identicon)[GuySartorelli](/maintainers/GuySartorelli)

---

Top Contributors

[![nyeholt](https://avatars.githubusercontent.com/u/161730?v=4)](https://github.com/nyeholt "nyeholt (43 commits)")[![Neumes](https://avatars.githubusercontent.com/u/8358226?v=4)](https://github.com/Neumes "Neumes (5 commits)")[![silbinarywolf](https://avatars.githubusercontent.com/u/3859574?v=4)](https://github.com/silbinarywolf "silbinarywolf (2 commits)")[![ajshort](https://avatars.githubusercontent.com/u/31570?v=4)](https://github.com/ajshort "ajshort (1 commits)")

---

Tags

silverstripefilecdnthemes

### Embed Badge

![Health badge](/badges/silverstripe-cdncontent/health.svg)

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

###  Alternatives

[bummzack/sortablefile

An extension for SilverStripe that adds sorting to UploadField.

67660.1k58](/packages/bummzack-sortablefile)[silverstripe/selectupload

Enables files to be uploaded into a user-designated folder

2679.3k1](/packages/silverstripe-selectupload)[markguinn/silverstripe-cloudassets

Allows some or all of the assets folder to be located in a cloud storage container (CloudFiles, etc.)

199.2k2](/packages/markguinn-silverstripe-cloudassets)

PHPackages © 2026

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