PHPackages                             emanueleminotto/gravatar-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. emanueleminotto/gravatar-bundle

ActiveLibrary[Templating &amp; Views](/categories/templating)

emanueleminotto/gravatar-bundle
===============================

Symfony 2 Bundle for the Gravatar library

1.0.0(11y ago)129MITPHP

Since Feb 18Pushed 10y ago1 watchersCompare

[ Source](https://github.com/EmanueleMinotto/GravatarBundle)[ Packagist](https://packagist.org/packages/emanueleminotto/gravatar-bundle)[ RSS](/packages/emanueleminotto-gravatar-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Gravatar Bundle
===============

[](#gravatar-bundle)

[![Build Status](https://camo.githubusercontent.com/f7ad1dc30b58dab5e2fb9880c83699abf8a8ec817bb670aab95b4e0e182a66f6/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f456d616e75656c654d696e6f74746f2f477261766174617242756e646c652e7376673f7374796c653d666c6174)](https://travis-ci.org/EmanueleMinotto/GravatarBundle)[![SensioLabs Insight](https://camo.githubusercontent.com/bafab3672f36378f317ab51ef52d27ee5f738ad5c07081e27999fe3f9f7805e1/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f31393666636531652d353333332d343566622d383333382d3864343134656465383136372e7376673f7374796c653d666c6174)](https://insight.sensiolabs.com/projects/196fce1e-5333-45fb-8338-8d414ede8167)[![Coverage Status](https://camo.githubusercontent.com/917268c27c76105c0ab12e9e1c6b33a77ee7b2b1ba7c20b3b2f7b1aa7cf17843/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f456d616e75656c654d696e6f74746f2f477261766174617242756e646c652e7376673f7374796c653d666c6174)](https://coveralls.io/r/EmanueleMinotto/GravatarBundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/14fc3abd7a840b16d5e7df6b50a3e4cb636247045d0180b808b8b11b810f2427/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f456d616e75656c654d696e6f74746f2f477261766174617242756e646c652e7376673f7374796c653d666c6174)](https://scrutinizer-ci.com/g/EmanueleMinotto/GravatarBundle/)[![Total Downloads](https://camo.githubusercontent.com/9590da5ae42daab043d616da44355e9a6c6defa746e374618aee3de46bc74bc8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f656d616e75656c656d696e6f74746f2f67726176617461722d62756e646c652e7376673f7374796c653d666c6174)](https://packagist.org/packages/emanueleminotto/gravatar-bundle)

Bundle for Symfony 2 providing the [Gravatar](https://github.com/EmanueleMinotto/Gravatar) library.

API: [emanueleminotto.github.io/GravatarBundle](http://emanueleminotto.github.io/GravatarBundle/)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require emanueleminotto/gravatar-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding the following line in the `app/AppKernel.php`file of your project:

```
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...

            new EmanueleMinotto\GravatarBundle\GravatarBundle(),
        }
    }
}
```

Usage
-----

[](#usage)

No more requirements, you can start using the `gravatar` service and the [Twig extension](https://github.com/EmanueleMinotto/Gravatar#twig-extension).

Reading:

- [Configuration Reference](https://github.com/EmanueleMinotto/GravatarBundle/tree/master/Resources/doc/configuration-reference.rst)

License
-------

[](#license)

This bundle is under the MIT license. See the complete license in the bundle:

```
Resources/meta/LICENSE

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4099d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/30b6fbd038f22a54716027eb7ce30c6cafd8e59c138ae58b3c2516c34ccfef7f?d=identicon)[EmanueleMinotto](/maintainers/EmanueleMinotto)

---

Top Contributors

[![EmanueleMinotto](https://avatars.githubusercontent.com/u/417201?v=4)](https://github.com/EmanueleMinotto "EmanueleMinotto (8 commits)")

---

Tags

symfonybundletwiggravatar

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/emanueleminotto-gravatar-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/emanueleminotto-gravatar-bundle/health.svg)](https://phpackages.com/packages/emanueleminotto-gravatar-bundle)
```

###  Alternatives

[emanueleminotto/twig-cache-bundle

Symfony 2 Bundle for twigphp/twig-cache-extension

59678.3k4](/packages/emanueleminotto-twig-cache-bundle)[yellowskies/qr-code-bundle

Symfony Barcode &amp; QR Code Generator Bundle with Twig extension

36682.9k](/packages/yellowskies-qr-code-bundle)[jbouzekri/phumbor-bundle

A Symfony Bundle to use the minimal Thumbor PHP client from webfactory/phumbor

25740.0k1](/packages/jbouzekri-phumbor-bundle)[nucleos/antispam-bundle

This bundle provides some basic features to reduce spam in symfony forms.

52105.1k](/packages/nucleos-antispam-bundle)[dms/twig-extension-bundle

DMS Twig Extension Bundle, leverages Fabien Potencier's extra twig extensions for your website.

19296.3k](/packages/dms-twig-extension-bundle)[cg/kint-bundle

This bundle lets you use the Kint function in your Twig templates. Kint is a print\_r() replacement which produces a structured, collapsible and escaped output

22125.8k1](/packages/cg-kint-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
