Skip to content

gravatarphp/gravatar-bundle

Repository files navigation

GravatarPHP Bundle

Latest Version on Packagist Software License Build Status Total Downloads

Install

Via Composer

$ composer require gravatarphp/gravatar-bundle

Usage

Activate the bundle

 // config/bundles.php
return [
     ...
     \Gravatar\GravatarBundle\GravatarBundle::class => ['all' => true],
];
gravatarphp:
    defaults:
        ... your options
    secure: true

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING

Security

If you discover any security related issues, please email gmponos@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.