osteel's blog Web development resources

eventsourcing tag

Building a PHP CLI tool using DDD and Event Sourcing: getting started with EventSauce

This post is a step-by-step guide to getting started with EventSauce, an Event Sourcing library for PHP. While it is part of a series and uses Laravel Zero as a starting point, it requires no prior knowledge of past articles and can easily be adapted for any PHP application.

Building a PHP CLI tool using DDD and Event Sourcing: software design

How can we combine Domain-Driven Design, Event Sourcing and the Layered Architecture pattern to design a piece of software? This is the focus of this new instalment of a series exploring building a complex console application with PHP.