Domain-Driven Design in PHP
上QQ阅读APP看书,第一时间看更新

Chapter 10: Repositories

Repositories are key for retrieving and adding Entities and Aggregates to collections. We'll review the different types of Repositories and learn how to implement them using Doctrine, custom ORMs, and Redis.