prooph / snapshotter
snapshot tool for prooph event-store
Installs: 154 515
Dependents: 4
Suggesters: 4
Security: 0
Stars: 19
Watchers: 7
Forks: 11
Open Issues: 1
Requires
- php: ^7.3 | ^8.0
- prooph/event-sourcing: ^5.0
- prooph/event-store: ^7.0
- prooph/snapshot-store: ^1.0
Requires (Dev)
- phpspec/prophecy: ^1.9
- phpspec/prophecy-phpunit: ^2.0
- phpunit/phpunit: ^9.3
- prooph/bookdown-template: ^0.2.3
- prooph/php-cs-fixer-config: ^0.4
- satooshi/php-coveralls: ^1.0
Suggests
- prooph/mongodb-snapshot-store: ^1.0 for MongoDB as Snapshot Store
- prooph/pdo-snapshot-store: ^1.0 for PDO as Snapshot Store
This package is auto-updated.
Last update: 2024-10-08 00:58:03 UTC
README
Snapshot tool for the prooph event-store
Take aggregate snapshots with ease
Important
This library will receive support until December 31, 2019 and will then be deprecated.
For further information see the official announcement here: https://www.sasaprolic.com/2018/08/the-future-of-prooph-components.html
Support
- Ask questions on Stack Overflow tagged with #prooph.
- File issues at https://github.com/prooph/snapshotter/issues.
- Say hello in the prooph gitter chat.
Contribute
Please feel free to fork and extend existing or add new features and send a pull request with your changes! To establish a consistent code quality, please provide unit tests for all your changes and may adapt the documentation.
Dependencies
Please refer to the project composer.json for the list of dependencies.
License
Released under the New BSD License.