1tomany/rich-bundle
Symfony bundle implementing the RICH (Request, Input, Command, Handler) architecture. Encourages single-responsibility actions with explicit Input/Command/Handler classes for clear, safe, and futureproof backend development without heavy DDD/CQRS overhead.
Adopt When:
Look Elsewhere If:
"This package lets us build our backend like LEGO blocks—each action (e.g., ‘create user,’ ‘process payment’) is a self-contained module. That means:
"The RICH Bundle gives us:
create-rich-module) but pays off in maintainability. Perfect for [specific initiative, e.g., ‘multi-tenant support’ or ‘real-time notifications’]."*"This changes how we think about backend features:
CreateUser, UpdateUser, SuspendUser—each can be developed/tested independently.AccountRepositoryInterface), making it easier to swap implementations (e.g., for A/B testing).
Example: If we’re adding ‘SAML auth,’ we can isolate it in a Security module without touching the rest of the app."*How can I help you explore Laravel packages today?