PHPackages                             noxify/gravatar - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. noxify/gravatar

AbandonedArchivedCraft-plugin[Utility &amp; Helpers](/categories/utility)

noxify/gravatar
===============

Adds gravatar support

1.0.0(8y ago)07762MITPHP

Since May 30Pushed 8y ago1 watchersCompare

[ Source](https://github.com/noxify/craft-gravatar)[ Packagist](https://packagist.org/packages/noxify/gravatar)[ RSS](/packages/noxify-gravatar/feed)WikiDiscussions master Synced 2w ago

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

Gravatar plugin for Craft CMS 3.x
=================================

[](#gravatar-plugin-for-craft-cms-3x)

Adds gravatar support.

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 3.0.0-beta.23 or later.

Installation
------------

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

    ```
     cd /path/to/project

    ```
2. Then tell Composer to load the plugin:

    ```
     composer require noxify/gravatar

    ```
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Gravatar.

Configuring Gravatar
--------------------

[](#configuring-gravatar)

The plugins allows you to configure the following settings directly from your CP:

- Gravatar URL ( `default: //gravatar.com/avatar/` )
- Size ( `default: 80` )
- Rating ( `default: mp` )
- Default Avatar ( `default: mp` )

Detailed instructions what are the allowed values are defined here:

Inside the plugin settings (and also in the `config.php`) you have also the detailed instructions and options.

Using Gravatar
--------------

[](#using-gravatar)

### Get the Gravatar URL with default settings

[](#get-the-gravatar-url-with-default-settings)

```
{{ craft.gravatar.url( 'hello@example.com' ) }}

```

### Get the Gravatar URL with custom settings

[](#get-the-gravatar-url-with-custom-settings)

```
{{ craft.gravatar.url( 'hello@example.com', {'s' : 120, 'd': 'identicon', 'r' : 'x'} ) }}

```

### Get the Gravatar IMG with default settings

[](#get-the-gravatar-img-with-default-settings)

```
{{ craft.gravatar.img( 'hello@example.com' ) }}

```

### Get the Gravatar IMG with custom settings

[](#get-the-gravatar-img-with-custom-settings)

```
{{ craft.gravatar.img( 'hello@example.com', {'s' : 120, 'd': 'identicon', 'r' : 'x'} ) }}

```

### Get the Gravatar IMG with custom settings and attributes

[](#get-the-gravatar-img-with-custom-settings-and-attributes)

```
{{ craft.gravatar.img( 'hello@example.com', {'s': 120}, {'class' : 'useravatar'} ) }}

```

Gravatar Roadmap
----------------

[](#gravatar-roadmap)

Brought to you by [Marcus Reinhardt](https://github.com/noxify)

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

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

2952d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/521777?v=4)[Marcus Reinhardt](/maintainers/noxify)[@noxify](https://github.com/noxify)

---

Top Contributors

[![noxify](https://avatars.githubusercontent.com/u/521777?v=4)](https://github.com/noxify "noxify (1 commits)")

---

Tags

cmsgravatarCraftcraftcmscraft-plugin

### Embed Badge

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

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

###  Alternatives

[verbb/formie

The most user-friendly forms plugin for Craft.

100387.6k58](/packages/verbb-formie)[nystudio107/craft-seomatic

SEOmatic facilitates modern SEO best practices &amp; implementation for Craft CMS 5. It is a turnkey SEO system that is comprehensive, powerful, and flexible.

1741.5M52](/packages/nystudio107-craft-seomatic)[verbb/navigation

Create navigation menus for your site.

92698.4k18](/packages/verbb-navigation)[verbb/field-manager

Manage your fields and field groups with ease.

195612.2k10](/packages/verbb-field-manager)[verbb/workflow

Enforce multi-step review processes for creating entries.

138123.0k1](/packages/verbb-workflow)[verbb/comments

Add comments to your site.

13753.7k](/packages/verbb-comments)

PHPackages © 2026

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