coosos / version-workflow-bundle
Track transition in another model
Installs: 345
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.2
- coosos/jms-serializer-bidirectional-relation: ^1.0.0
- doctrine/orm: ^2.6
- jms/serializer-bundle: ^2.4||^3.0
- symfony/config: ^4.2
- symfony/dependency-injection: ^4.2
- symfony/event-dispatcher: ^4.2
- symfony/http-kernel: ^4.2
- symfony/property-info: ^4.2
- symfony/serializer: ^4.2
- symfony/workflow: ^4.2
Requires (Dev)
- edgedesign/phpqa: ^1.23
- phpunit/phpunit: ^8.4
- sensiolabs/security-checker: ^6.0
README
Coosos/VersionWorkflowBundle
/!\ This bundle is currently under development /!\
If you wish, you can contribute to the project :)
This bundle required or used
Description
This bundle uses the Symfony Workflow bundle to track transitions in another table.
Once all transitions are complete, it merges the object into the original table.
If an old entity yet exists the same identifier, it will be replaced while keeping the same identifier.
This can be very useful for avoiding a loss of SEO from search engines.
Navigation
TODO
- Replace SingleStateMarkingStore by MethodMarkingStore
- Replace setInitialPlace by setInitialPlaces