CRUD services using cakephp dependency injection containers

I was playing around with cakephp 4.2 dependency injection and one thing lead to another so I decided to create a new plugin. It’s not as feature-rich as friends of cake crud, but it does let you do crud operations with DI in a single line of code. If nothing else, its a code example of what you can do with the DI stuff if you haven’t checked it out yet.

Demo usage here: GitHub - mixerapi/demo: MixerAPI demo project based on the mixerapi/app template.