PHPackages                             fromholdio/silverstripe-configured-multisites - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. fromholdio/silverstripe-configured-multisites

ActiveSilverstripe-vendormodule[Utility &amp; Helpers](/categories/utility)

fromholdio/silverstripe-configured-multisites
=============================================

Allows for multiple websites to be managed through a single site tree.

8.0.3(1y ago)1741[1 PRs](https://github.com/fromholdio/silverstripe-configured-multisites/pulls)PHP

Since Jan 14Pushed 4mo agoCompare

[ Source](https://github.com/fromholdio/silverstripe-configured-multisites)[ Packagist](https://packagist.org/packages/fromholdio/silverstripe-configured-multisites)[ Docs](http://github.com/fromholdio/silverstripe-configured-multisites)[ RSS](/packages/fromholdio-silverstripe-configured-multisites/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (3)Versions (69)Used By (0)

SilverStripe Multisites
=======================

[](#silverstripe-multisites)

v8.0.0
------

[](#v800)

Requires Silverstripe v5.x.

This major version departs from the previous approach of [symbiote/silverstripe-multisites](https://github.com/symbiote/silverstripe-multisites), which handles hosts and aliases and themes and so forth via the CMS interface. Instead, this version requires this to be defined in .env and config yml.

This allows, for example, deployment to a development environment, without requiring changes in the database to site domain names. These are set via dev identifiers in .env, and are updated upon running dev/build in the new environment.

It also reflects the strong opinion that those types of values should not be managed in the CMS, they are not relevant to content editors. Rather, they are managed by developers/devops.

This version also includes many fixes and improvements for Silverstripe 5.x compatibility.

Documentation to come, and likely a vendor/package name change. In the meantime, see `.env.example` and `app-config.yml.example` for how to define your sites.

The data model has not changed, making migration possible.

Migration
---------

[](#migration)

- Add the module to your project
- Setup the configuration per the examples in your project .env and \_config
- Ensure that your existing sites have DevID values that match your site-keys in .env and \_config
- Run `dev/build` which will match existing site DevID to the site definitions in config, and update Host, Aliases, Theme, and so forth accordingly.
- Note: existing sites that have no matching DevID (site-key) definition in your config will be deleted.

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance63

Regular maintenance activity

Popularity14

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~104 days

Total

65

Last Release

396d ago

Major Versions

4.3.0 → 5.0.12018-01-24

5.2.7 → 6.0.02021-03-02

6.0.5 → 7.0.02022-01-30

7.0.1 → 8.0.02024-02-19

6.x-dev → 8.0.32025-04-11

### Community

Maintainers

![](https://www.gravatar.com/avatar/40e135ad117686bee39707c1d9286cc5e915e219c26a10d13858ca44d14f1eb0?d=identicon)[dizzystuff](/maintainers/dizzystuff)

---

Top Contributors

[![nyeholt](https://avatars.githubusercontent.com/u/161730?v=4)](https://github.com/nyeholt "nyeholt (49 commits)")[![dizzystuff](https://avatars.githubusercontent.com/u/576903?v=4)](https://github.com/dizzystuff "dizzystuff (45 commits)")[![sheadawson](https://avatars.githubusercontent.com/u/1166136?v=4)](https://github.com/sheadawson "sheadawson (28 commits)")[![drzax](https://avatars.githubusercontent.com/u/596563?v=4)](https://github.com/drzax "drzax (11 commits)")[![xini](https://avatars.githubusercontent.com/u/1152403?v=4)](https://github.com/xini "xini (9 commits)")[![silbinarywolf](https://avatars.githubusercontent.com/u/3859574?v=4)](https://github.com/silbinarywolf "silbinarywolf (3 commits)")[![r0nn1ef](https://avatars.githubusercontent.com/u/879793?v=4)](https://github.com/r0nn1ef "r0nn1ef (3 commits)")[![ajshort](https://avatars.githubusercontent.com/u/31570?v=4)](https://github.com/ajshort "ajshort (2 commits)")[![Neumes](https://avatars.githubusercontent.com/u/8358226?v=4)](https://github.com/Neumes "Neumes (1 commits)")[![JamesDPC](https://avatars.githubusercontent.com/u/69664712?v=4)](https://github.com/JamesDPC "JamesDPC (1 commits)")[![Zauberfisch](https://avatars.githubusercontent.com/u/186158?v=4)](https://github.com/Zauberfisch "Zauberfisch (1 commits)")

---

Tags

silverstripesubsitesmultisites

### Embed Badge

![Health badge](/badges/fromholdio-silverstripe-configured-multisites/health.svg)

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

###  Alternatives

[silverstripe/subsites

Run multiple sites from a single SilverStripe install.

65392.9k20](/packages/silverstripe-subsites)[symbiote/silverstripe-advancedworkflow

Adds configurable workflow support to the CMS, with a GUI for creating custom workflow definitions.

46295.2k7](/packages/symbiote-silverstripe-advancedworkflow)[symbiote/silverstripe-multisites

Allows for multiple websites to be managed through a single site tree.

1313.7k4](/packages/symbiote-silverstripe-multisites)[twohill/silverstripe-homepagefordomain

Allows to designate a page anywhere in the tree as the homepage for a specific domain, overruling the usual homepage (which is identified by the 'home' URLSegment).

131.3k](/packages/twohill-silverstripe-homepagefordomain)

PHPackages © 2026

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