prooph / arangodb-snapshot-store
ArangoDB Snapshot Store Implementation
Requires
- php: ^7.1
- prooph/snapshot-store: ^1.1
- triagens/arangodb: ^3.2
Requires (Dev)
- container-interop/container-interop: ^1.1
- malukenho/docheader: ^0.1.4
- phpspec/prophecy: ^1.7
- phpunit/phpunit: ^6.0
- prooph/php-cs-fixer-config: ^0.1.1
- sandrokeil/interop-config: ^2.0.1
- satooshi/php-coveralls: ^1.0
- zendframework/zend-servicemanager: ^3.1
Suggests
- container-interop/container-interop: For usage of provided factories
- prooph/arangodb-event-store: For usage with ArangoDB as event store
- prooph/mongodb-event-store: For usage with MongoDB as event store
- prooph/pdo-event-store: For usage with MySQL or Postgres as event store
- prooph/service-bus: Message bus facade to connect the event store with messaging systems
- sandrokeil/interop-config: For usage of provided factories
Conflicts
- sandrokeil/interop-config: <2.0.1
This package is auto-updated.
Last update: 2024-10-17 01:24:52 UTC
README
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
Overview
ArangoDB implementation of snapshot store
Installation
You can install prooph/arangodb-snapshot-store via composer by adding "prooph/arangodb-snapshot-store": "^1.0"
as requirement to your composer.json.
Requirements
- PHP 7.1
- ArangoDB >= 3.0
Support
- Ask questions on Stack Overflow tagged with #prooph.
- File issues at https://github.com/prooph/arangodb-snapshot-store/issues.
- Say hello in the prooph gitter chat.
Contribute
Please feel free to fork and extend existing or add new plugins 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.
License
Released under the New BSD License.