Symfony is really great for building APIs very fast. Especially when using a
CRUD / REST methodology. Simply because there are a lot of resources and tools
build-in (API platform, request parameter converter, dependency injection into
controller methods, ...).
There is not that much support for building apps with CQRS. On the