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 2w 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 52% 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

3226d 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

[ryoluo/sail-ssl

Laravel Sail plugin to enable SSL (HTTPS) connection with Nginx.

192739.0k3](/packages/ryoluo-sail-ssl)[sarfraznawaz2005/servermonitor

Laravel package to periodically monitor the health of your server and website.

19613.5k1](/packages/sarfraznawaz2005-servermonitor)[tiamo/phpas2

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

4676.9k](/packages/tiamo-phpas2)[wapmorgan/php-rpm-packager

RPM packager for PHP applications.

116.5k](/packages/wapmorgan-php-rpm-packager)

PHPackages © 2026

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