This morning I was speaking about the API Platform framework at the Take Off Conf in my hometown of Lille. Take a look at my slides, and learn how to create a fully featured hypermedia API in a few minutes!
Founder of Les-Tilleuls.coop (worker-owned cooperative). Creator of API Platform, FrankenPHP, Mercure.rocks, Vulcain.rocks and of some Symfony components.
This morning I was speaking about the API Platform framework at the Take Off Conf in my hometown of Lille. Take a look at my slides, and learn how to create a fully featured hypermedia API in a few minutes!
Hi,
Nice slides, but I have a question: I have the impression that is good to develop rest api with symfony and doctrine as the model, as an rest/ui/database first approach, but what if I start my project from the behavior first and use custom domain model, which could be simple arrays, popo and my favorite an open source framework for cqrs eg. broadway or maybe something custom in which to develop my business logic first and then just adding rest or web ui.
Thank you.