PHPackages                             brettt89/silverstripe-workflow - 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. [Database &amp; ORM](/categories/database)
4. /
5. brettt89/silverstripe-workflow

ActiveLibrary[Database &amp; ORM](/categories/database)

brettt89/silverstripe-workflow
==============================

Adds configurable workflow support to the ORM

0.2.0(5y ago)321BSD-3-ClausePHPPHP ^7.2CI failing

Since Jul 18Pushed 5y ago1 watchersCompare

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

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

SilverStripe Workflow Module
============================

[](#silverstripe-workflow-module)

[![PHPUnit Tests](https://github.com/brettt89/silverstripe-workflow/workflows/PHPUnit%20Tests/badge.svg)](https://github.com/brettt89/silverstripe-workflow/actions)[![codecov](https://camo.githubusercontent.com/3d02460678ade63e35f827a102710638dc98cafd92fd7eef35fee4cae8e1e396/68747470733a2f2f636f6465636f762e696f2f67682f62726574747438392f73696c7665727374726970652d776f726b666c6f772f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/brettt89/silverstripe-workflow)

Overview
--------

[](#overview)

This Workflow module uses a static interface for interacting with the WorkflowService. You can call Workflow actions from anywhere needed.

Provides `symfony/workflow` functionality to SilverStripe Framework.

Requirements
------------

[](#requirements)

- SilverStripe Framework 4.x
- Symfony Workflow 5.x

Installation
------------

[](#installation)

```
composer require brettt89/silverstripe-workflow

```

Introduction
------------

[](#introduction)

The `WorkflowService` class is your primary engagement point for all Workflow related activies. It holds a static registry of all Workflows created for your application.

The registry returned by `WorkflowService` is a [Symfony Workflow Registry](https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Workflow/Registry.php) class.

You can interact with the Workflow Registry by calling the `registry()` command on the `WorkflowService` class.

```
$registry = WorkflowService::registry();
```

Documentation \\ How to
-----------------------

[](#documentation--how-to)

For SilverStripe documentation, see [SilverStripe Workflow Documentation](./docs/en/index.md).

For further information on usage of Workflows and other functionality such as Events, etc. See the [Symfony Workflow](https://symfony.com/doc/current/workflow.html) documentation.

Contributing
------------

[](#contributing)

Please submit all contributions to this repository as pull requests to the `master` branch.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

4

Last Release

2120d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1d7967367c3797eb0077efe95964c746af01a64a5a7f34c9551a0bc57e5092f8?d=identicon)[brettt89](/maintainers/brettt89)

---

Top Contributors

[![brettt89](https://avatars.githubusercontent.com/u/4122344?v=4)](https://github.com/brettt89 "brettt89 (38 commits)")

---

Tags

silverstripesilverstripe-4workflow-engineworkflowssilverstripeworkflow

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/brettt89-silverstripe-workflow/health.svg)

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

###  Alternatives

[silverstripe/postgresql

SilverStripe now has tentative support for PostgreSQL ('Postgres')

16258.1k2](/packages/silverstripe-postgresql)[brettt89/silverstripe-garbage-collector

SilverStripe Garbage Collector module

109.6k](/packages/brettt89-silverstripe-garbage-collector)

PHPackages © 2026

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