PHPackages                             webbuilders-group/silverstripe-file-upgrader - 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. webbuilders-group/silverstripe-file-upgrader

ActiveSilverstripe-vendormodule[File &amp; Storage](/categories/file-storage)

webbuilders-group/silverstripe-file-upgrader
============================================

Provides tasks for upgrading the assets folder from Silverstripe 3 installs for Silverstripe 5+

1.0.0(1y ago)012BSD-3-ClausePHP

Since Feb 24Pushed 4mo ago2 watchersCompare

[ Source](https://github.com/webbuilders-group/silverstripe-file-upgrader)[ Packagist](https://packagist.org/packages/webbuilders-group/silverstripe-file-upgrader)[ RSS](/packages/webbuilders-group-silverstripe-file-upgrader/feed)WikiDiscussions master Synced 1mo ago

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

Silverstripe File Upgrader
==========================

[](#silverstripe-file-upgrader)

Provides tasks for upgrading the assets folder from Silverstripe 3 installs for Silverstripe 6+, this is a port of code from Silverstripe 4 that was removed in Silverstripe 5

Maintainer Contact
------------------

[](#maintainer-contact)

- Ed Chipman ([UndefinedOffset](https://github.com/UndefinedOffset))

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

[](#requirements)

- Silverstripe Assets ~3.0

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

[](#installation)

**Composer (recommended):**

```
composer require webbuilders-group/silverstripe-file-upgrader

```

### Class Mapping

[](#class-mapping)

Silverstripe &gt; 4.x uses full qualified namespaces. To ensure proper class name resolution during migration, add at least the following:

```
SilverStripe\Dev\Command\DbBuild:
  classname_value_remapping:
    File: SilverStripe\Assets\File
    Folder: SilverStripe\Assets\Folder
    Image: SilverStripe\Assets\Image
```

### Image Processing Considerations

[](#image-processing-considerations)

If you encounter errors during thumbnail generation (e.g., `ImagickException: Unable to set image colorspace`), consider switching from ImageMagick to GD driver for the migration:

```
SilverStripe\Core\Injector\Injector:
  InterventionImageDriver:
    class: 'Intervention\Image\Drivers\Gd\Driver'
```

### Additional Resources

[](#additional-resources)

[SilverStripe 4 File Migration Guide](https://docs.silverstripe.org/en/4/developer_guides/files/file_migration/) original file migration documentation from Silverstripe 4.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance62

Regular maintenance activity

Popularity5

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 63.6% 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 ~0 days

Total

2

Last Release

442d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4339255555acb728d7708895663e2a047a73c09f4394aa25bf038817e2d25d44?d=identicon)[WebbuildersGroup](/maintainers/WebbuildersGroup)

---

Top Contributors

[![UndefinedOffset](https://avatars.githubusercontent.com/u/1391558?v=4)](https://github.com/UndefinedOffset "UndefinedOffset (7 commits)")[![aaronmacpherson](https://avatars.githubusercontent.com/u/20426496?v=4)](https://github.com/aaronmacpherson "aaronmacpherson (3 commits)")[![lerni](https://avatars.githubusercontent.com/u/472115?v=4)](https://github.com/lerni "lerni (1 commits)")

---

Tags

silverstripeassetsupgrading

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/webbuilders-group-silverstripe-file-upgrader/health.svg)

```
[![Health](https://phpackages.com/badges/webbuilders-group-silverstripe-file-upgrader/health.svg)](https://phpackages.com/packages/webbuilders-group-silverstripe-file-upgrader)
```

###  Alternatives

[spicyweb/craft-embedded-assets

Manage YouTube videos, Instagram photos and more as first class assets

172435.6k9](/packages/spicyweb-craft-embedded-assets)[unclecheese/silverstripe-kickassets

Provides an alternative file management interface for SilverStripe CMS with drag-and-drop, multi-selection, and several other desktop-like UI conventions.

4728.3k1](/packages/unclecheese-silverstripe-kickassets)[bummzack/sortablefile

An extension for SilverStripe that adds sorting to UploadField.

70622.7k55](/packages/bummzack-sortablefile)[nette/assets

🎨 Nette Assets: elegant asset management for PHP with versioning, caching and mappers for various storage backends.

41346.6k7](/packages/nette-assets)[unclecheese/kickassets

Provides an alternative file management interface for SilverStripe CMS with drag-and-drop, multi-selection, and several other desktop-like UI conventions.

484.0k](/packages/unclecheese-kickassets)[silverstripe/s3

Adds SilverStripe support for using the S3 adapter for Flysystem

20297.0k1](/packages/silverstripe-s3)

PHPackages © 2026

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