EventSauce
A pragmatic event sourcing library for PHP with a focus on developer experience.
Install / Use
/learn @EventSaucePHP/EventSauceREADME
<p align="center">
<a href="https://eventsauce.io">
<img src="https://eventsauce.io/static/logo.svg" height="150px" width="150px">
</a>
</p>
<p align="center">
<a href="https://github.com/EventSaucePHP/EventSauce/actions">
<img src="https://github.com/EventSaucePHP/EventSauce/workflows/Tests/badge.svg" alt="Build Status">
</a>
<a href="https://scrutinizer-ci.com/g/EventSaucePHP/EventSauce/?branch=master">
<img src="https://scrutinizer-ci.com/g/EventSaucePHP/EventSauce/badges/quality-score.png?b=master" alt="Scrutinizer Code Quality">
</a>
<a href="https://scrutinizer-ci.com/g/EventSaucePHP/EventSauce/?branch=master">
<img src="https://scrutinizer-ci.com/g/EventSaucePHP/EventSauce/badges/coverage.png?b=master" alt="Code Coverage">
</a>
<a href="https://packagist.org/packages/eventsauce/eventsauce">
<img src="https://img.shields.io/packagist/v/eventsauce/eventsauce.svg" alt="Latest Stable Version">
</a>
<a href="https://packagist.org/packages/eventsauce/eventsauce">
<img src="https://img.shields.io/packagist/dt/eventsauce/eventsauce.svg" alt="Total Downloads">
</a>
</p>
EventSaucePHP
EventSauce is a somewhat opinionated, no-nonsense, and easy way to introduce event sourcing into PHP projects. It's designed so storage and queueing mechanisms can be chosen based on your specific requirements. It has test tooling, designed to work with an event sourcing mindset.
That's it.
View the docs at eventsauce.io/docs
