Talk I gave at Maceió DEV Meetup #6. Not only about Command Bus/Command Interface or whatever you name it, but a compilation of cool articles I found that may help with understanding this architecture.
Resources and links:
- Command Bus by Shawn Mccool http://shawnmc.cool/command-bus
- Dev Discussions - The Command Bus https://www.youtube.com/watch?v=fbSYZFZCFS0
- Screaming Archirecture by Uncle Bob http://blog.8thlight.com/uncle-bob/2011/09/30/Screaming-Architecture.html
- The Clean Archirecture by Uncle Bob http://blog.8thlight.com/uncle-bob/2012/08/13/the-clean-architecture.html
- Laravel: From Apprentice to Artisan https://leanpub.com/laravel
- Commands and Domain Events (Laracasts) https://laracasts.com/series/commands-and-domain-events
- Task-based UIs https://cqrs.wordpress.com/documents/task-based-ui/
- CRUD is an antipattern by Mathias Verraes http://verraes.net/2013/04/crud-is-an-anti-pattern/