Pimcore Avatar Bundle Installation Obtaining the source code Source code should be installed using composer, the code is listed on packagist under creode/pimcore-bundle-avatar Registering the bundle In config/bundles.php add the following line to the array: Creode\AvatarBundle\AvatarBundle::class => ['all' => true],