PHPackages                             bigfork/silverstripe-recipe - 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. bigfork/silverstripe-recipe

ActiveSilverstripe-recipe

bigfork/silverstripe-recipe
===========================

Bigfork’s SilverStripe CMS recipe

1.0.0(6y ago)112592BSD-3-ClausePHPCI failing

Since Jul 11Pushed 6d ago5 watchersCompare

[ Source](https://github.com/bigfork/silverstripe-recipe)[ Packagist](https://packagist.org/packages/bigfork/silverstripe-recipe)[ Docs](https://www.bigfork.co.uk)[ RSS](/packages/bigfork-silverstripe-recipe/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (15)Versions (8)Used By (0)

SilverStripe Recipe
===================

[](#silverstripe-recipe)

Bigfork’s quickstart recipe for simple SilverStripe 5 projects. Contains frequently used modules, templates, config settings, JavaScript and CSS.

Project setup
-------------

[](#project-setup)

- Run `composer create-project bigfork/silverstripe-recipe ./project dev-master`
- Answer yes to “Do you want to remove the existing VCS (.git, .svn..) history?”
- Run `ddev start`
- Run `ddev composer install`
- Run `cp .env.example .env`
- Draw the rest of the owl

Deployments
-----------

[](#deployments)

We use [Deployer](https://deployer.org/) for deployments, which can be installed either globally (recommended):

```
curl -LO https://deployer.org/deployer.phar
mv deployer.phar /usr/local/bin/dep
chmod +x /usr/local/bin/dep
```

Or on a per-project basis with Composer:

```
composer --dev require deployer/deployer
```

### Configuration

[](#configuration)

Edit `deploy/config.php` and set the application name and git repository URL. Everything else is optional.

### Deploying a site

[](#deploying-a-site)

It’s as easy as `dep deploy`.

On the first deploy, you’ll probably want to include the database and assets:

```
dep deploy
dep silverstripe:upload_assets
dep silverstripe:upload_database

```

You’ll also be asked (the first time you deploy to a given stage) to provide database credentials used to populate `.env`.

#### Deploying to production

[](#deploying-to-production)

Much the same as deploying to staging, just provide a third argument to select the stage (either `staging` or `production`):

```
dep deploy production

```

#### Deploy a branch/tag

[](#deploy-a-branchtag)

```
# Deploy the dev branch to staging
dep deploy --branch=dev

# Deploy tag 1.0.1 to production
dep deploy production --tag=1.0.1

```

#### Uploading/downloading database &amp; assets manually

[](#uploadingdownloading-database--assets-manually)

```
# Upload assets
dep silverstripe:upload_assets

# Upload database
dep silverstripe:upload_database

# Download assets
dep silverstripe:download_assets

# Download database
dep silverstripe:download_database

# Upload assets to production
dep silverstripe:upload_assets production

# Upload database to production
dep silverstripe:upload_database production

# Download assets from production
dep silverstripe:download_assets production

# Download database from production
dep silverstripe:download_database production

```

#### Manual dev/build

[](#manual-devbuild)

```
# dev/build on staging
dep silverstripe:dev_build

# dev/build on production
dep silverstripe:dev_build production

```

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance65

Regular maintenance activity

Popularity20

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 77.1% 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 ~739 days

Total

4

Last Release

279d ago

Major Versions

1.x-dev → 2.x-dev2025-06-16

2.x-dev → 3.x-dev2025-08-06

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/203294386?v=4)[-&gt; lozcalver](/maintainers/kinglozzer)[@kinglozzer](https://github.com/kinglozzer)

![](https://avatars.githubusercontent.com/u/1774129?v=4)[Colin Richardson](/maintainers/feejin)[@feejin](https://github.com/feejin)

---

Top Contributors

[![lozcalver](https://avatars.githubusercontent.com/u/1655548?v=4)](https://github.com/lozcalver "lozcalver (289 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (70 commits)")[![feejin](https://avatars.githubusercontent.com/u/1774129?v=4)](https://github.com/feejin "feejin (13 commits)")[![bigfork-kieran](https://avatars.githubusercontent.com/u/202300094?v=4)](https://github.com/bigfork-kieran "bigfork-kieran (1 commits)")[![jamie-c-bigfork](https://avatars.githubusercontent.com/u/264381401?v=4)](https://github.com/jamie-c-bigfork "jamie-c-bigfork (1 commits)")[![lerni](https://avatars.githubusercontent.com/u/472115?v=4)](https://github.com/lerni "lerni (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[silverstripe/framework

The SilverStripe framework

7213.5M2.5k](/packages/silverstripe-framework)[silvershop/core

Provides an ecommerce product catalog, shopping cart, and order management system

11340.0k42](/packages/silvershop-core)[silverstripe/superglue

102.2k](/packages/silverstripe-superglue)[purplespider/mypswd-tweaks

Custom SilverStripe tweaks to keep things tidy.

181.4k](/packages/purplespider-mypswd-tweaks)

PHPackages © 2026

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