psa / event-sourcing
There is no license information available for the latest version (1.1.3) of this package.
Event Sourcing Library
1.1.3
2020-05-14 06:53 UTC
Requires
- php: ^7.2
- ext-json: *
- beberlei/assert: ^3.2
- prooph/event-store: dev-master#70ed3816a49769557dc7ec6c6828823fced31348 as v8.0.0-RC-1
- prooph/event-store-client: dev-master#30b35b2e4d0c9bea7420f3088c2ec3732efcb25b as 1.0
- psr/log: ^1.1
- ramsey/uuid: ^3.8
Requires (Dev)
- guzzlehttp/guzzle: ^6.3
- php-http/guzzle6-adapter: ^2.0
- phpro/grumphp: ^0.15.2
- phpstan/phpstan: ^0.11.16
- phpunit/phpunit: ^8.2
- prooph/event-store-http-client: dev-master#f47ac7bfe5905c6fc181411feb65c941f9396334
- psr/cache: ^1.0
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2024-10-19 01:34:52 UTC
README
Master
Develop
This library provides tools for an event sourcing implementation.
The event store system that this library is using is https://eventstore.org/ and the Prooph client libraries (Async, HTTP) to communicate with it.
Requirements
The default event store implementation that library uses is the event store from https://eventstore.org. Make sure you installed it and it is running properly. Consult the documentation if you need to know how to set it up.
Documentation
Please see the docs folder for the library documentation.
You can find the event store documentation here https://eventstore.org/docs/.
Composer Commands
- csfix - Runs phpcbf and fixes coding standard problems
- cscheck - Checks the coding standard
- analyze - Runs the static code analyzer
- test - Runs phpunit
Copyright
Copyright 2019 PSA Ltd. All rights reserved.