PHPackages                             syntro/ssto - 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. syntro/ssto

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

syntro/ssto
===========

The SilverStripe Framework Installer for Syntro Projects

2.4.2(3y ago)31061[5 PRs](https://github.com/syntro-opensource/silverstripe-ssto/pulls)BSD-3-ClauseSchemePHP &gt;=7.4.0CI passing

Since Sep 3Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/syntro-opensource/silverstripe-ssto)[ Packagist](https://packagist.org/packages/syntro/ssto)[ RSS](/packages/syntro-ssto/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (10)Versions (24)Used By (0)

Syntro Silverstripe SSTO 🌍 🚀 ✨
==============================

[](#syntro-silverstripe-ssto---)

[![🎭 Tests](https://github.com/syntro-opensource/silverstripe-ssto/actions/workflows/tests.yml/badge.svg)](https://github.com/syntro-opensource/silverstripe-ssto/actions/workflows/tests.yml)[![Dependabot](https://camo.githubusercontent.com/6a51b0751549261d7bac57cd594305fc5708bf907fc01b6f34aa97e914da4f6f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646570656e6461626f742d6163746976652d627269676874677265656e3f6c6f676f3d646570656e6461626f74)](https://camo.githubusercontent.com/6a51b0751549261d7bac57cd594305fc5708bf907fc01b6f34aa97e914da4f6f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646570656e6461626f742d6163746976652d627269676874677265656e3f6c6f676f3d646570656e6461626f74)[![composer](https://camo.githubusercontent.com/11ea88be31377e35dffb0d98ffe450c0c0e7d74c00c0531f29a0d387e362ee5d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73796e74726f2f7373746f3f636f6c6f723d73756363657373266c6f676f3d636f6d706f736572)](https://packagist.org/packages/syntro/ssto)[![Packagist Version](https://camo.githubusercontent.com/391a1872ce75742133006d2ed1add7ad4ba684b810e6203582597260d22ea7b8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73796e74726f2f7373746f3f6c6162656c3d737461626c65266c6f676f3d636f6d706f736572)](https://packagist.org/packages/syntro/ssto)

Syntro Silverstripe SSTO (from the abbreviation for **S**ingle-**s**tage-**t**o-**o**rbit) provides a prepackaged recipe for starting a new Silverstripe project from scratch. Featured are:

- bootstrap based styling
- webpack based build tooling
- elemental editor with some standard blocks to get you started

📯 Getting started
-----------------

[](#-getting-started)

To get started, simply run: *(see [ssdev](https://github.com/syntro-opensource/ssdev) for more info on our devenv.)*

```
npx ssdev init -r syntro/ssto:^2 projectname

```

> After installation, consult the [checklist](docs/checklist.md) to make the newly created project your own. Then, you should replace this part of the readme with a guide on how to clone the new project

🖥 Serving Silverstripe
----------------------

[](#-serving-silverstripe)

To start the server via docker, run

```
npx ssdev serve

```

This will start a host and database container running your project. To stop it, run

```
npx ssdev down

```

🎨 Theming
---------

[](#-theming)

-&gt; Refer to the [📖 theming docs](docs/theming.md)

🎭 Testing
---------

[](#-testing)

By default, this recipe supplies PHPUnit, PHPCS and PHPStan for testing. you can run the tests by executing:

```
npx ssdev run -- vendor/bin/phpunit

```

```
npx ssdev run -- vendor/bin/phpstan analyse --memory-limit=1G -l4 -c phpstan.neon app/src/

```

```
npx ssdev run -- vendor/bin/phpcs app/
npx ssdev run -- vendor/bin/phpcbf app/

```

🆕 Commiting new Things
----------------------

[](#-commiting-new-things)

We recommend using the [Gitflow Workflow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow)(for big teams) or the [Git Feature Branch Workflow](https://www.atlassian.com/git/tutorials/comparing-workflows/feature-branch-workflow)(for small teams). When creating new PRs with features, use the "squash and merge" option and prefix the resulting commit with (it helps adding the prefix to the PR title):

- `add:` when something new is added
- `fix:` when something is fixed
- `change:` when something is changed
- `deprecate:` when something will be removed
- `remove:` when something was removed
- *(`Bump:` for dependency updates)*

Following this makes releasing easier and allows using an automatically generated changelog.

🚀 Releasing
-----------

[](#-releasing)

After you have a deployable application / website, you can deploy it to a server. We recommend you follow these steps (which will incidentally also trigger the production deployment job):

1. Make sure all tests pass
2. Run `npm run release --next="x.x.x"`
3. Commit the changes as `release/x.x.x` and push them
4. Create a new release `x.x.x` on Github

➕ More Infos
------------

[](#-more-infos)

Check out the following for more informations:

- [Changelog](CHANGELOG.md)
- [Contributing guide](CONTRIBUTING.md)
- [License](LICENSE.md)

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance51

Moderate activity, may be stable

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~64 days

Recently: every ~80 days

Total

16

Last Release

1161d ago

Major Versions

1.x-dev → 2.0.02021-09-29

PHP version history (2 changes)1.0.0PHP &gt;=7.2.0

2.1.0PHP &gt;=7.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/289446336e84f3a201ac80def6e4a2a5289815d628ad5e0c0aa57b2f4bc20e73?d=identicon)[mleutenegger](/maintainers/mleutenegger)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (54 commits)")[![mleutenegger](https://avatars.githubusercontent.com/u/1339379?v=4)](https://github.com/mleutenegger "mleutenegger (26 commits)")[![cotpat](https://avatars.githubusercontent.com/u/85751624?v=4)](https://github.com/cotpat "cotpat (1 commits)")

---

Tags

recipesilverstripesilverstripe-sstothemedsilverstripecmsrecipe

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/syntro-ssto/health.svg)

```
[![Health](https://phpackages.com/badges/syntro-ssto/health.svg)](https://phpackages.com/packages/syntro-ssto)
```

###  Alternatives

[silverstripe/installer

The SilverStripe Framework Installer

172995.4k2](/packages/silverstripe-installer)[silverstripe/cms

The SilverStripe Content Management System

5253.6M1.4k](/packages/silverstripe-cms)[silverstripe-module/skeleton

A skeleton for Silverstripe CMS modules.

281.2k](/packages/silverstripe-module-skeleton)

PHPackages © 2026

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