https://odan.github.io/2019/11/05/slim4-tutorial.html
If you liked the tutorial, please click here on the star button: https://github.com/odan/slim4-tutorial
For technical questions create an issue here: https://github.com/odan/slim4-tutorial/issues
If you have Slim framework specific questions use: https://discourse.slimframework.com/
Write your comments / suggestions / feedback here 👇
This is a great tutorial, thank you so much!
Is there any particular reason to separate the Read and Create into separate repositories and services? In this example, would it be against design patterns to use a single
UserRepository
containing bothinsertUser
andgetUserById
methods? Similarly, is it suggested to not combine the Service methods into a singleUserService
?