PHPackages                             brettt89/silverstripe-docker - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. brettt89/silverstripe-docker

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

brettt89/silverstripe-docker
============================

3(8y ago)0852[2 issues](https://github.com/brettt89/silverstripe-docker-compose/issues)MITPHP

Since Aug 28Pushed 8y agoCompare

[ Source](https://github.com/brettt89/silverstripe-docker-compose)[ Packagist](https://packagist.org/packages/brettt89/silverstripe-docker)[ RSS](/packages/brettt89-silverstripe-docker/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

SilverStripe Development Environment
====================================

[](#silverstripe-development-environment)

This repository is designed to be used with SilverStripe development environments. It contains packages and functionality commonly used when developing with SilverStripe.

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

[](#maintainer-contact)

- Brett Tasker

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

[](#requirements)

- [Docker](https://docs.docker.com/engine/installation/)

### Installation

[](#installation)

```
composer create-project brettt89/silverstripe-docker ./my/website/folder
```

`./my/website/folder` should be the root directory where your codebase and configuration files will live.

##### Applications packaged in docker-compose.yml

[](#applications-packaged-in-docker-composeyml)

- Apache Webserver
- MySQL Database
- Composer
- SSPAK

### Setup

[](#setup)

These commands should be run from within the project folder created during Installation.

*E.g. `./my/website/folder`*

##### Clone website into `public/` directory

[](#clone-website-into-public-directory)

```
git clone  public
```

*NOTE: It is important that the website codebase exists in the `public/` directory*

##### Install composer dependencies:

[](#install-composer-dependencies)

```
docker-compose run composer install
```

##### Import database with sspak:

[](#import-database-with-sspak)

*NOTE: Copy your sspak into the `snapshots/` directory*

```
docker-compose run sspak load snapshots/ public
```

##### Finally, bring up the site and the asset builder:

[](#finally-bring-up-the-site-and-the-asset-builder)

```
docker-compose up -d web
```

The asset builder uses gulp to watch the swift directory for any changes and rebuilds as necessary

**The site will then be available at .**

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~1 days

Total

2

Last Release

3174d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1d7967367c3797eb0077efe95964c746af01a64a5a7f34c9551a0bc57e5092f8?d=identicon)[brettt89](/maintainers/brettt89)

---

Top Contributors

[![brettt89](https://avatars.githubusercontent.com/u/4122344?v=4)](https://github.com/brettt89 "brettt89 (3 commits)")

### Embed Badge

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

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

###  Alternatives

[deployer/deployer

Deployment Tool

11.0k25.4M206](/packages/deployer-deployer)[appwrite/server-ce

End to end backend server for frontend and mobile apps.

55.3k84.2k](/packages/appwrite-server-ce)[pragmarx/health

Laravel Server &amp; App Health Monitor and Notifier

2.0k1.0M2](/packages/pragmarx-health)[felixfbecker/language-server-protocol

PHP classes for the Language Server Protocol

22476.7M6](/packages/felixfbecker-language-server-protocol)[heroku/heroku-buildpack-php

Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP and Apache2/Nginx as on Heroku

8161.3M10](/packages/heroku-heroku-buildpack-php)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4674.7k](/packages/tiamo-phpas2)

PHPackages © 2026

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