Skip to content

Latest commit

 

History

History
executable file
·
27 lines (20 loc) · 1.27 KB

README.md

File metadata and controls

executable file
·
27 lines (20 loc) · 1.27 KB

Event Sourced Catalog

Codacy Badge Codacy Badge Build Status

An event sourced Category-Product catalog, Proof Of Concept project for the usage of ProophEventSourcing Library.

Proof provides CQRS and EventSourcing Infrastructure for PHP

Bounded Contexts

There is one Catalog bounded context. Common in a helper directory.

Composer Install

Run composer install to install all dependencies

Test

Tests (phpunit) can be found in tests directory.