Via Composer
$ composer require gravatarphp/gravatar-bundleActivate the bundle
// config/bundles.php
return [
...
\Gravatar\GravatarBundle\GravatarBundle::class => ['all' => true],
];gravatarphp:
defaults:
... your options
secure: truePlease see CHANGELOG for more information on what has changed recently.
$ composer testPlease see CONTRIBUTING
If you discover any security related issues, please email gmponos@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.