From e68ea3a3f3b9095705365235a6bb5e81304c5d28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kucha=C5=99?= <honza.kuchar@grifart.cz> Date: Sat, 1 Sep 2018 16:46:28 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bef62c4..312c11e 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ An alternative implementation of domain model persistence layer which stores a c - [Basic Persistence & Testing](http://williamdurand.fr/2013/11/13/ddd-with-symfony2-basic-persistence-and-testing/) - [Jan Kuchar's second sandbox](https://gitlab.grifart.cz/jkuchar1/thesis-example-application) - [DDDinPHP](http://dddinphp.org/) +- [Cargo example in PHP from Eric Evans blue book](https://github.com/codeliner/php-ddd-cargo-sample) ### Message Buses/libraries -- GitLab