event-engine / php-document-store
Event Engine PHP Document Store Contract
Installs: 77 392
Dependents: 1
Suggesters: 0
Security: 0
Stars: 7
Watchers: 3
Forks: 6
Open Issues: 5
Requires
- php: ^7.2 || ^8.0
- codeliner/array-reader: ^2.0
Requires (Dev)
- malukenho/docheader: ^0.1.4
- php-coveralls/php-coveralls: ^2.0
- phpunit/phpunit: ^8.0 || ^9.0
- prooph/php-cs-fixer-config: ^0.4
- roave/security-advisories: dev-latest
This package is auto-updated.
Last update: 2024-10-30 01:53:44 UTC
README
Event Engine PHP Document Store Contract
Testing
This package includes an in-memory implementation of the DocumentStore
interface which is useful for tests.
To be able to test the in-memory implementation in isolation we have to copy some classes from event-engine/persistence
into the test namespace of this repo.
The implementation depends on classes from that other package, but we cannot pull it with composer due to circular dependencies.
We'll solve the issue in the future by moving the in-memory implementation to event-engine/persistence
, but for now backwards compatibility is more important.