apip-ddd
apip-ddd copied to clipboard
An example of hexagonal API Platform 3 implementation
In the docs for openApicontext, in the schema section it appears Book.AnonymizeBooksCommand.jsonld and Book.DiscountBookPayload.jsonld which are the inputs for some of custom methods for the Book resource. But in hydra...
I have two entities in a one-to-many relation. To refer to your example of the BookStore imagine that a Book has a Category in a one-to-many relation. A Category is...
This is not really an issue, but more an information request. I really like the way repositories are implemented in this project. A problem I usually have with repositories is...
Hi, I am using this repository as base for my new project. However this repo does not implement async commands and as a consequence it does not show how to...
First of all thank you for your amazing project and your conference talk, really appreciated. I wanted to see how much effort it is to separate the entity from the...
The idea is to have an easy way to sort data of that memory repositories. (I forked the project with monofony owner, cause I already have a fork for sylius-ddd....