prooph / arangodb-snapshot-store
ArangoDB 快照存储实现
dev-master / 1.0.x-dev
2018-08-20 16:23 UTC
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-09-17 01:09:56 UTC
README
重要
此库将在2019年12月31日之前提供支持,之后将弃用。
有关更多信息,请参阅官方公告:https://www.sasaprolic.com/2018/08/the-future-of-prooph-components.html
概述
ArangoDB 快照存储实现
安装
您可以通过将 "prooph/arangodb-snapshot-store": "^1.0"
添加到您的 composer.json 作为需求来通过 composer 安装 prooph/arangodb-snapshot-store。
需求
- PHP 7.1
- ArangoDB >= 3.0
支持
- 在带有 #prooph 标签的 Stack Overflow 上提问。
- 在 https://github.com/prooph/arangodb-snapshot-store/issues 上提交问题。
- 在 prooph gitter 聊天中打招呼。
贡献
请随时分叉并扩展现有插件或添加新插件,并通过您的更改发送拉取请求!为了建立一致的代码质量,请为所有更改提供单元测试,并可能调整文档。
许可
在 New BSD 许可证 下发布。