PHPackages                             silverstripe/recipe-testing - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. silverstripe/recipe-testing

ActiveSilverstripe-recipe[Testing &amp; Quality](/categories/testing)

silverstripe/recipe-testing
===========================

4.0.0(11mo ago)1483.0k↓18.4%220BSD-3-ClausePHP ^8.3CI passing

Since Mar 16Pushed 9mo ago2 watchersCompare

[ Source](https://github.com/silverstripe/recipe-testing)[ Packagist](https://packagist.org/packages/silverstripe/recipe-testing)[ RSS](/packages/silverstripe-recipe-testing/feed)WikiDiscussions 4 Synced 1mo ago

READMEChangelog (9)Dependencies (6)Versions (21)Used By (20)

Silverstripe Testing Recipe
---------------------------

[](#silverstripe-testing-recipe)

[![CI](https://github.com/silverstripe/recipe-testing/actions/workflows/ci.yml/badge.svg)](https://github.com/silverstripe/recipe-testing/actions/workflows/ci.yml)

Standard testing components for behat, phpunit, and code style testing for the Silverstripe Framework and CMS ().

This includes the components:

- [phpunit](https://github.com/sebastianbergmann/phpunit): PHP Unit Testing framework.
- [php-codesniffer](https://github.com/squizlabs/PHP_CodeSniffer): PHP coding standards validator.
- [behat-extension](https://github.com/silverstripe/silverstripe-behat-extension): Silverstripe behat testing framework extension.
- [silverstripe server](https://github.com/silverstripe/silverstripe-serve): Silverstripe basic server built on PHP bundled dev server.
- [selenium](https://github.com/sveneisenschmidt/selenium-server-standalone): Selenium browser automation framework.

All bootstrapping files, including PHPCS style config, are included.

See the [recipe plugin](https://github.com/silverstripe/recipe-plugin) page for instructions on how Silverstripe recipes work.

**Note:** If you are not using Behat for end-to-end testing on your module, it is recommended that you install PHPUnit and CodeSniffer directly.

###  Health Score

57

—

FairBetter than 98% of packages

Maintenance55

Moderate activity, may be stable

Popularity38

Limited adoption so far

Community38

Small or concentrated contributor base

Maturity87

Battle-tested with a long release history

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~159 days

Recently: every ~22 days

Total

18

Last Release

284d ago

Major Versions

1.x-dev → 2.0.02021-10-24

2.0.x-dev → 3.0.02022-10-27

2.x-dev → 3.1.02024-07-02

3.x-dev → 4.0.02025-06-19

PHP version history (2 changes)3.0.0PHP ^8.1

4.0.0PHP ^8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/654636?v=4)[Aaron Carlino](/maintainers/unclecheese)[@unclecheese](https://github.com/unclecheese)

![](https://www.gravatar.com/avatar/b0cba8b534e20e6ab4fff555a97b237a18436ebca1446fc0b29c8a8b504038b9?d=identicon)[GuySartorelli](/maintainers/GuySartorelli)

![](https://avatars.githubusercontent.com/u/111025?v=4)[Ingo Schommer](/maintainers/chillu)[@chillu](https://github.com/chillu)

![](https://www.gravatar.com/avatar/a25bc04c5720a36869d5a39c6449dde7eb43e19b7c8e666d5f632d6a9ab440b1?d=identicon)[emteknetnz](/maintainers/emteknetnz)

![](https://www.gravatar.com/avatar/afbb3dcc9ef29c1a6eedd6addcae5fce9ab1271915a85a4c349301b71237368d?d=identicon)[silverstripe-machine01](/maintainers/silverstripe-machine01)

![](https://www.gravatar.com/avatar/be6648e60fbab6f70bfc34dd8c14259562d28a47510a934ea9c01fe98633f3c2?d=identicon)[sminnee](/maintainers/sminnee)

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

![](https://avatars.githubusercontent.com/u/1168676?v=4)[Maxime Rainville](/maintainers/maxime-rainville)[@maxime-rainville](https://github.com/maxime-rainville)

![](https://avatars.githubusercontent.com/u/101629?v=4)[Will Rossiter](/maintainers/wilr)[@wilr](https://github.com/wilr)

---

Top Contributors

[![GuySartorelli](https://avatars.githubusercontent.com/u/36352093?v=4)](https://github.com/GuySartorelli "GuySartorelli (25 commits)")[![emteknetnz](https://avatars.githubusercontent.com/u/4809037?v=4)](https://github.com/emteknetnz "emteknetnz (23 commits)")[![dnsl48](https://avatars.githubusercontent.com/u/9313746?v=4)](https://github.com/dnsl48 "dnsl48 (2 commits)")[![bergice](https://avatars.githubusercontent.com/u/541886?v=4)](https://github.com/bergice "bergice (1 commits)")[![maxime-rainville](https://avatars.githubusercontent.com/u/1168676?v=4)](https://github.com/maxime-rainville "maxime-rainville (1 commits)")[![robbieaverill](https://avatars.githubusercontent.com/u/5170590?v=4)](https://github.com/robbieaverill "robbieaverill (1 commits)")[![sabina-talipova](https://avatars.githubusercontent.com/u/87288324?v=4)](https://github.com/sabina-talipova "sabina-talipova (1 commits)")

### Embed Badge

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

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

###  Alternatives

[ergebnis/phpunit-slow-test-detector

Provides facilities for detecting slow tests in phpunit/phpunit.

1468.1M72](/packages/ergebnis-phpunit-slow-test-detector)[youwe/testing-suite

Contains Youwe's default testing packages for php.

13176.9k8](/packages/youwe-testing-suite)[webmozarts/strict-phpunit

Enables type-safe comparisons of objects in PHPUnit

31252.7k5](/packages/webmozarts-strict-phpunit)

PHPackages © 2026

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