From 3dbcb136f8c033bf71b51d1f027b4df6ee52845f Mon Sep 17 00:00:00 2001 From: Joshua Parker Date: Sat, 16 Sep 2023 08:53:43 -0600 Subject: [PATCH] Adding CodefyPHP Framework as an Awesome DDD resource. I have added the CodefyPHP framework under the PHP category as an awesome ddd resource. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 28e43c7..ebd9e54 100644 --- a/readme.md +++ b/readme.md @@ -266,6 +266,7 @@ The term was coined by Eric Evans in his book of the same title. - [https://github.com/felipexw/clean-arch-ddd-intro](https://github.com/felipexw/clean-arch-ddd-intro) - Simple DDD + Clean Architecture using Micronaut. ### PHP +- [CodefyPHP Framework](https://github.com/codefyphp/codefy) - A PHP framework for codefying and building complex applications using Domain-Driven Design, CQRS, and Event Sourcing. - [DDD CQRS Todo Sample](https://github.com/ferrius/ddd-cqrs-example) - DDD CQRS ADR hexagonal architecture implementation built with PHP 7 and Symfony 5. - [DDD Wish List](https://github.com/franzose/symfony-ddd-wishlist) - A sample application in PHP built with Symfony 3 and Vue.js. - [DDD Playground](https://github.com/jorge07/ddd-playground/) - Sample implementation in PHP.