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