prooph / event-store
Event Store v8
Installs: 1 285 583
Dependents: 48
Suggesters: 1
Security: 0
Stars: 547
Watchers: 33
Forks: 74
Open Issues: 4
Requires
- php: ^7.2
- ext-json: *
- ramsey/uuid: ^3.7.3
Requires (Dev)
- amphp/amp: ^2.0.7
- doctrine/instantiator: ^1.1
- php-coveralls/php-coveralls: ^2.1
- phpspec/prophecy: ^1.7
- phpunit/phpunit: ^7.4
- sebastian/object-enumerator: ^3.0.3
- dev-master
- v8.0.0-RC-1
- v8.0.0-BETA-2
- v8.0.0-BETA-1
- 7.x-dev
- v7.9.0
- v7.8.0
- v7.7.0
- v7.6.1
- v7.6.0
- v7.5.9
- v7.5.8
- v7.5.7
- v7.5.6
- v7.5.5
- v7.5.4
- v7.5.3
- v7.5.1
- v7.5.0
- v7.4.0
- v7.3.8
- v7.3.7
- v7.3.6
- v7.3.5
- v7.3.4
- v7.3.3
- v7.3.2
- v7.3.1
- v7.3.0
- v7.2.2
- v7.2.1
- v7.2.0
- v7.1.3
- v7.1.2
- v7.1.1
- v7.1.0
- v7.0.1
- v7.0.0
- v7.0.0-beta3
- v7.0.0-beta2
- v7.0.0-beta1
- 6.x-dev
- v6.6.1
- v6.6.0
- v6.5.1
- v6.5.0
- v6.4.0
- v6.3.0
- v6.2.0
- v6.1.2
- v6.1.1
- v6.1
- v6.0
- v6.0-beta.1
- v5.1
- v5.0
- v5.0-beta.3
- v5.0-beta.2
- v5.0-beta.1
- v4.0.1
- v4.0
- v3.1
- v3.0
- v2.1.1
- v2.1.0
- v2.0.1
- v2.0
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.0
- 0.5.0
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.1
- 0.3.0
- 0.2.0
- 0.1.0
- dev-dependabot/composer/phpunit/phpunit-tw-9.6or-tw-10.0
- dev-dependabot/composer/doctrine/instantiator-tw-1.4or-tw-2.0
- dev-dependabot/composer/vimeo/psalm-tw-4.9.3or-tw-5.0.0
- dev-v2.x-lts
This package is auto-updated.
Last update: 2024-10-08 13:28:08 UTC
README
Common classes and interface for Prooph Event Store implementations.
Installation
You can install prooph/event-store via composer by adding "prooph/event-store": "dev-master"
as requirement to your composer.json.
Available persistent implementations
- Event Store Client for async TCP connections
- Event Store HTTP Client for HTTP connections
Documentation
See: https://github.com/prooph/documentation
Will be published on the website soon.
Support
- Ask questions on Stack Overflow tagged with #prooph.
- File issues at https://github.com/prooph/event-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.
Version Guidance
License
Released under the New BSD License.