Search by

gplanchat / durable-bundle

Symfony bundle for gplanchat/durable: extension, autoconfiguration of workflows and activities.

Maintainers

Package info

github.com/gplanchat/durable-bundle

Type:symfony-bundle

pkg:composer/gplanchat/durable-bundle

Transparency log

Statistics

Installs: 126

Dependents: 1

Suggesters: 0

Stars: 0

v0.1.0-alpha10 2026-08-31 17:33 UTC

README

Symfony bundle for gplanchat/durable: configuration, autoconfiguration of workflows and activities, Messenger integration, and optional profiler support.

Read-only mirror. This repository is a subtree-split of gplanchat/durable-dev, published so Composer can require this package on its own. Issues and pull requests are disabled here — open them on the monorepo.

The tests are in the monorepo, not here. This split carries source only. What covers it is tests/unit/DurableBundle/ and tests/integration/Durable/Bundle/ in the monorepo, run by its unit and integration suites.

Documentation: durable.rocks.

Requirements

  • PHP 8.2+
  • Symfony 6.4 || 7.4 (framework-bundle, messenger, etc. — see composer.json)

Documentation

Install

composer require gplanchat/durable-bundle

Register the bundle in your kernel and add config/packages/durable.yaml (see the getting-started guide).

Suggested dev dependency

  • symfony/web-profiler-bundle — Durable toolbar / profiler panel (see composer.json suggest)

License

MIT — see LICENSE in this directory and WA004.