Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Workflow Laravel Package

symfony/workflow

Symfony Workflow component helps model and run workflows or finite state machines. Define places and transitions, guard rules, events, and marking stores to track state changes and integrate processes cleanly into your application.

View on GitHub
Deep Wiki
Context7
v8.1.0
v8.1.0-BETA3
v8.1.0-BETA1

Changelog (https://github.com/symfony/workflow/compare/v8.0.9...v8.1.0-BETA1)

  • feature #63809 Add support for dumping listeners in Graphviz diagrams (@lyrixx)
v8.0.9

Changelog (https://github.com/symfony/workflow/compare/v8.0.6...v8.0.9)

v7.4.9

Changelog (https://github.com/symfony/workflow/compare/v7.4.6...v7.4.9)

v6.4.37

Changelog (https://github.com/symfony/workflow/compare/v6.4.34...v6.4.37)

v8.0.8
v7.4.8
v8.0.6

Changelog (https://github.com/symfony/workflow/compare/v8.0.5...v8.0.6)

  • bug #63460 Implement missing reset() method in TraceableWorkflow (@santysisi)
  • bug #63309 Fix swapped workflow/transition names in WorkflowValidator (@yoeunes)
v7.4.6

Changelog (https://github.com/symfony/workflow/compare/v7.4.5...v7.4.6)

  • bug #63460 Implement missing reset() method in TraceableWorkflow (@santysisi)
  • bug #63309 Fix swapped workflow/transition names in WorkflowValidator (@yoeunes)
v6.4.34

Changelog (https://github.com/symfony/workflow/compare/v6.4.33...v6.4.34)

  • bug #63460 Implement missing reset() method in TraceableWorkflow (@santysisi)
v8.0.4
v7.4.4
v7.3.10
v6.4.32
v8.0.3

Changelog (https://github.com/symfony/workflow/compare/v8.0.2...v8.0.3)

  • bug symfony/symfony#62719 [Workflow] Fix empty string condition for place name (@mboelsterli)
v7.4.3

Changelog (https://github.com/symfony/workflow/compare/v7.4.2...v7.4.3)

  • bug symfony/symfony#62719 [Workflow] Fix empty string condition for place name (@mboelsterli)
v7.3.8

Changelog (https://github.com/symfony/workflow/compare/v7.3.7...v7.3.8)

  • bug symfony/symfony#62458 [Workflow] Fix MethodMarkingStore crash with inherited uninitialized properties (@yoeunes)
v6.4.30

Changelog (https://github.com/symfony/workflow/compare/v6.4.29...v6.4.30)

  • bug symfony/symfony#62458 [Workflow] Fix MethodMarkingStore crash with inherited uninitialized properties (@yoeunes)
v7.4.0
v8.0.0-RC3

Changelog (https://github.com/symfony/workflow/compare/v8.0.0-RC2...v8.0.0-RC3)

  • bug symfony/symfony#62458 [Workflow] Fix MethodMarkingStore crash with inherited uninitialized properties (@yoeunes)
v7.4.0-RC3

Changelog (https://github.com/symfony/workflow/compare/v7.4.0-RC2...v7.4.0-RC3)

  • bug symfony/symfony#62458 [Workflow] Fix MethodMarkingStore crash with inherited uninitialized properties (@yoeunes)
v7.4.0-RC1
v8.0.0-BETA2

Changelog (https://github.com/symfony/workflow/compare/v8.0.0-BETA1...v8.0.0-BETA2)

  • bug symfony/symfony#62211 [Workflow] State contamination due to class-based setter cache (@nicolas-grekas)
  • bug symfony/symfony#62199 [Workflow] State Contamination in Marking Stores due to Class-based Getter Cache (@siganushka)
v7.4.0-BETA2

Changelog (https://github.com/symfony/workflow/compare/v7.4.0-BETA1...v7.4.0-BETA2)

  • bug symfony/symfony#62211 [Workflow] State contamination due to class-based setter cache (@nicolas-grekas)
  • bug symfony/symfony#62199 [Workflow] State Contamination in Marking Stores due to Class-based Getter Cache (@siganushka)
v7.3.5

Changelog (https://github.com/symfony/workflow/compare/v7.3.4...v7.3.5)

  • bug symfony/symfony#61912 [FrameworkBundle] Fix support of dumping workflow when workflow is decorated by TraceableWorkflow (@lyrixx)
v8.0.0-BETA1

Changelog (https://github.com/symfony/workflow/compare/v7.3.4...v8.0.0-BETA1)

  • feature symfony/symfony#61933 [Workflow] Move the dump command to the component (@lyrixx)
  • feature symfony/symfony#60201 [Workflow] Add support for weighted transitions (@lyrixx)
  • feature symfony/symfony#60114 [Workflow] Add support for BackedEnum in MethodMarkingStore (@tucksaun)
  • feature symfony/symfony#61187 Declare new parameters on interfaces and methods explicitly (@nicolas-grekas)
  • feature symfony/symfony#60639 Bump Symfony 8 to PHP >= 8.4 (@nicolas-grekas)
v7.4.0-BETA1

Changelog (https://github.com/symfony/workflow/compare/v7.3.4...v7.4.0-BETA1)

  • feature symfony/symfony#61933 [Workflow] Move the dump command to the component (@lyrixx)
  • feature symfony/symfony#60201 [Workflow] Add support for weighted transitions (@lyrixx)
  • feature symfony/symfony#60114 [Workflow] Add support for BackedEnum in MethodMarkingStore (@tucksaun)
v7.3.2
v7.2.9
v6.4.24
v7.3.0
v7.3.0-RC1
v7.3.0-BETA2

Changelog (https://github.com/symfony/workflow/compare/v7.3.0-BETA1...v7.3.0-BETA2)

  • feature symfony/symfony#54276 [Workflow] Add support for executing custom workflow definition validators during the container compilation (@lyrixx)
v7.3.0-BETA1

Changelog (https://github.com/symfony/workflow/compare/v7.2.6...v7.3.0-BETA1)

  • feature symfony/symfony#60195 [Workflow] Deprecate Event::getWorkflow() method (@lyrixx)
  • feature symfony/symfony#60193 [Workflow] Add a link to mermaid.live from the profiler (@lyrixx)
v7.2.6

Changelog (https://github.com/symfony/workflow/compare/v7.2.5...v7.2.6)

  • bug symfony/symfony#60194 [Workflow] Fix dispatch of entered event when the subject is already in this marking (@lyrixx)
v6.4.21

Changelog (https://github.com/symfony/workflow/compare/v6.4.20...v6.4.21)

  • bug symfony/symfony#60194 [Workflow] Fix dispatch of entered event when the subject is already in this marking (@lyrixx)
v7.2.0
v7.2.0-BETA1
v7.1.6
v6.4.13
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
nexmo/api-specification
capell-app/block-library
axium/identity
cetria/laravel-dummy-models
cetria/reflection-helper
agropredict/sso-auth-bundle
evolvestudio/spam-protection
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
ecotone/kafka
22h/doctrine-garbage-collection-bundle
agtp/agtp-php
agtp/mod-php
splash/sonata-admin
splash/metadata