gplanchat / durable-bundle
Symfony bundle for gplanchat/durable: extension, autoconfiguration of workflows and activities.
Package info
github.com/gplanchat/durable-bundle
Type:symfony-bundle
pkg:composer/gplanchat/durable-bundle
dev-main / 0.1.x-dev
2026-04-08 08:18 UTC
Requires
- php: >=8.2
- gplanchat/durable: ^0.1
- symfony/config: ^6.4 || ^7.4
- symfony/console: ^6.4 || ^7.4
- symfony/dependency-injection: ^6.4 || ^7.4
- symfony/framework-bundle: ^6.4 || ^7.4
- symfony/http-kernel: ^6.4 || ^7.4
- symfony/messenger: ^6.4 || ^7.4
Suggests
- symfony/web-profiler-bundle: Web Debug Toolbar and profiler: Durable panel (workflows / activities)
This package is auto-updated.
Last update: 2026-05-08 09:46:46 UTC
README
Symfony bundle for gplanchat/durable: configuration, autoconfiguration of workflows and activities, Messenger integration, and optional profiler support.
Requirements
- PHP 8.2+
- Symfony 6.4 || 7.4 (
framework-bundle,messenger, etc. — seecomposer.json)
Documentation
- User guide:
documentation/user/getting-started/anddocumentation/user/configuration/ - Messenger and workers: DUR021 in
documentation/INDEX.md
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 (seecomposer.jsonsuggest)