PHPackages                             bramdeleeuw/recipe-boilerplate - 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. [Framework](/categories/framework)
4. /
5. bramdeleeuw/recipe-boilerplate

ActiveSilverstripe-recipe[Framework](/categories/framework)

bramdeleeuw/recipe-boilerplate
==============================

Boilerplate template to quickly kick off a new SilverStripe project

4.4.1(3y ago)21892[2 PRs](https://github.com/TheBnl/silverstripe-boilerplate/pulls)BSD-3-ClauseSCSS

Since Sep 10Pushed 2y ago1 watchersCompare

[ Source](https://github.com/TheBnl/silverstripe-boilerplate)[ Packagist](https://packagist.org/packages/bramdeleeuw/recipe-boilerplate)[ RSS](/packages/bramdeleeuw-recipe-boilerplate/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (43)Versions (19)Used By (0)

SilverStripe Boilerplate
========================

[](#silverstripe-boilerplate)

The SilverStripe Boilerplate aims to make it easier to kick of a new SilverStripe project, just download it and get started.

Maintainers
-----------

[](#maintainers)

- Bram de Leeuw [@bramdeleeuw](http://twitter.com/bramdeleeuw)

how to install
--------------

[](#how-to-install)

```
# create the project
# make sure to point to the new remote afterwards
composer create-project bramdeleeuw/recipe-boilerplate ./myproject dev-master

```

configuration (with `.env`)
---------------------------

[](#configuration-with-env)

You can move the `.env.example` to a file named `.env`, the file should look like this (more infos at [https://docs.silverstripe.org/en/4/getting\_started/environment\_management/](https://docs.silverstripe.org/en/4/getting_started/environment_management/))

**this method is recommended for database and environment configuration, because you can easily exclude it from version control**

```
# What kind of environment is this: development, test, or live (ie, production)?
SS_ENVIRONMENT_TYPE="dev"

# Database settings
SS_DATABASE_SERVER="localhost"
SS_DATABASE_USERNAME="USER"
SS_DATABASE_PASSWORD="PASSWORD"
SS_DATABASE_NAME="DB_NAME"

# Configure a default username and password to access the CMS on all sites in this environment.
SS_DEFAULT_ADMIN_USERNAME="admin"
SS_DEFAULT_ADMIN_PASSWORD="password"

# Make sure the command line knows what the site url is
SS_BASE_URL="http://example.com"

```

**now just run mysite.com/dev/build and you are done, no further setup required, you are ready to go**

how to use
----------

[](#how-to-use)

This boilerplate is based on the assumption that the project will be a customized website/webapp. So you might notice there is no theme in the themes folder, the plan is to add all templates, javascript and css/scss into mysite. Which has the benefit of having the whole project at one place, not separated into 2 folders.

### file structure

[](#file-structure)

```
app
|-- src // your php code in here
|-- client // your frond end code goes in here
|   |-- src
|   |   |-- js // your js files and modules
|   |   |-- styles // your sass files and modules
|   |-- dist // compiled code
|-- images // project images
|-- templates // your templates, that others put into themes/mytheme/templates
|-- .gitignore
|-- .htaccess
|-- _config.php
|-- package.json
|-- webpack.mix.js
|-- yarn.lock

```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 59.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 ~145 days

Recently: every ~9 days

Total

14

Last Release

1273d ago

Major Versions

3.0.0 → 4.0.02018-09-01

### Community

Maintainers

![](https://www.gravatar.com/avatar/6131c03b7f5ba6b10fef192c90d68d57508e84c007a13321df6960b8298e19d1?d=identicon)[TheBnl](/maintainers/TheBnl)

---

Top Contributors

[![TheBnl](https://avatars.githubusercontent.com/u/1334195?v=4)](https://github.com/TheBnl "TheBnl (189 commits)")[![Zauberfisch](https://avatars.githubusercontent.com/u/186158?v=4)](https://github.com/Zauberfisch "Zauberfisch (109 commits)")[![RVXD](https://avatars.githubusercontent.com/u/1586761?v=4)](https://github.com/RVXD "RVXD (21 commits)")[![MikeZonnevijlle](https://avatars.githubusercontent.com/u/16706383?v=4)](https://github.com/MikeZonnevijlle "MikeZonnevijlle (1 commits)")

---

Tags

boilerplatesilverstripesilverstripe-4

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bramdeleeuw-recipe-boilerplate/health.svg)

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

###  Alternatives

[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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