prooph/event-store-symfony-bundle
Symfony bundle integrating Prooph Event Store into Symfony apps. Provides configuration, services, and tooling to use Prooph’s event store with Symfony. Includes migration guidance, docs build instructions, and community support links.
Full Changelog: https://github.com/prooph/event-store-symfony-bundle/compare/v0.11.1...v0.11.2
TreeBuilder from ConfigurationInterface in Symfony 7 by @mkilmanas in https://github.com/prooph/event-store-symfony-bundle/pull/95Full Changelog: https://github.com/prooph/event-store-symfony-bundle/compare/v0.11.0...v0.11.1
drop support for unmaintained versions
add support for php8.2/8.3 and symfony 7.0
by @unixslayer in https://github.com/prooph/event-store-symfony-bundle/pull/94
Full Changelog: https://github.com/prooph/event-store-symfony-bundle/compare/v0.10.0...v0.11.0
#77 require the latest stable symfony:5.x
#76 description of migrating from 0.8.0 in documentation
#69 Projection options #74 PHP8 support in composer.json
#71 prooph/event-sourcing dependency #74 unsupported PHP versions
Prooph\Common\messaging\MessageFactory (#45, thanks to @gquemener)If you are using ^v6.3 of the EventStore, please stay at v0.2 of this bundle. This release switches to v7 of the EventStore.
Many parts of the bundle has been rewritten, so please be careful. An initial draft of the documentation can be found at #27. Please be also aware that there is still some work done to get this bundle stable, so there might be breaking changes before the first stable release.
store sub namespace and _store suffix from store service id, before: prooph_event_store.store.main_store; now: prooph_event_store.mainprooph_event_store. namespace and _repository suffix from repository service id, before: prooph_event_store.main.todo_list; now: todo_listprooph_event_store.pluginprooph_event_store.metadata_enricherFirst development version. API is expected to change as we'll try the current approach in a real app and may change things until we're happy with the bundle.
How can I help you explore Laravel packages today?