gravatarphp/gravatar-bundle

A bundle to integrate Gravatar into symfony

Fund package maintenance!
gmponos
sagikazarmark

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 4

Forks: 0

Open Issues: 1

Type:symfony-bundle

v1.0.0 2020-07-25 08:27 UTC

This package is auto-updated.

Last update: 2024-03-26 03:16:46 UTC


README

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.