PHPackages                             heyday/silverstripe-backstop - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. heyday/silverstripe-backstop

ActiveSilverstripe-module[Logging &amp; Monitoring](/categories/logging)

heyday/silverstripe-backstop
============================

Helps log non-200 errors

0.1.2(11y ago)454.9k↑22.1%2PHPCI failing

Since Jan 9Pushed 10y ago25 watchersCompare

[ Source](https://github.com/heyday/silverstripe-backstop)[ Packagist](https://packagist.org/packages/heyday/silverstripe-backstop)[ RSS](/packages/heyday-silverstripe-backstop/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (5)Versions (4)Used By (0)

SilverStripe Backstop
=====================

[](#silverstripe-backstop)

[![Build Status](https://camo.githubusercontent.com/4a3caf6cbb53c8db5626fedec0425f1816fb7e4dc88aba4a0feb346be23ecdc3/68747470733a2f2f7472617669732d63692e6f72672f6865796461792f73696c7665727374726970652d6261636b73746f702e706e67)](https://travis-ci.org/heyday/silverstripe-backstop) [![Code Coverage](https://camo.githubusercontent.com/1f62de2d6f1e50ea152c46fac41db4f66de32b5660f840b04a686bc72f3742c0/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6865796461792f73696c7665727374726970652d6261636b73746f702f6261646765732f636f7665726167652e706e673f733d62663165356532313461636366663837386430653831636338373633663033663661336436306464)](https://scrutinizer-ci.com/g/heyday/silverstripe-backstop/)

Logging for responses with status codes 400-500

Installation (with composer)
----------------------------

[](#installation-with-composer)

```
$ composer require heyday/silverstripe-backstop:dev-master

```

Usage
-----

[](#usage)

1. Create a config file in your `mysite`, e.g. "mysite/\_config/logging.yml"
2. Set up a `PSR-3` logger service and add to the `Backstop` constructor

    ```
     Injector:
     	Monolog:
     		class: Monolog\Logger
     		constructor:
     			0: App
     			1:
     				- '%$StreamHandler'
     	StreamHandler:
     		class: Monolog\Handler\StreamHandler
     		constructor:
     			0: '../../error.log'
     	Backstop:
     		class: Heyday\Backstop\Backstop
     		constructor:
     			0: '%$Monolog'

    ```

Unit testing
------------

[](#unit-testing)

```
$ composer install --dev
$ vendor/bin/phpunit

```

---

\##License

SilverStripe Backstop is released under the [MIT license](http://heyday.mit-license.org/)

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 84.6% 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 ~237 days

Total

3

Last Release

4082d ago

### Community

Maintainers

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

---

Top Contributors

[![camspiers](https://avatars.githubusercontent.com/u/51294?v=4)](https://github.com/camspiers "camspiers (11 commits)")[![nedmas](https://avatars.githubusercontent.com/u/842280?v=4)](https://github.com/nedmas "nedmas (1 commits)")[![stevie-mayhew](https://avatars.githubusercontent.com/u/1953220?v=4)](https://github.com/stevie-mayhew "stevie-mayhew (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/heyday-silverstripe-backstop/health.svg)

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

###  Alternatives

[symfony/monolog-bridge

Provides integration for Monolog with various Symfony components

2.6k203.8M356](/packages/symfony-monolog-bridge)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[silverstripe/framework

The SilverStripe framework

7313.7M2.8k](/packages/silverstripe-framework)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k17.8k](/packages/prestashop-prestashop)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)[illuminate/log

The Illuminate Log package.

6225.3M623](/packages/illuminate-log)

PHPackages © 2026

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