I am using Doctrine with Symfony2. My config.yml file looks something like this:-
doctrine: dbal: driver: %data
Since DoctrineBundle 2.0, utf8mb4 is the default value for MySQL. So, you don't need to configure anything anymore.
utf8mb4
See https://github.com/doctrine/DoctrineBundle/blob/master/UPGRADE-2.0.md