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. noxify/gravatar

AbandonedArchivedCraft-plugin

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

Adds gravatar support

1.0.0(7y ago)07762MITPHP

Since May 30Pushed 7y ago1 watchersCompare

[ Source](https://github.com/noxify/craft-gravatar)[ Packagist](https://packagist.org/packages/noxify/gravatar)[ RSS](/packages/noxify-gravatar/feed)WikiDiscussions master Synced 3d 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 64% 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

2906d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c3ad26bd5cde5fb8b3effaa47cf78786858fe23f610d260384e7244f563cbd68?d=identicon)[noxify](/maintainers/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

[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.4M46](/packages/nystudio107-craft-seomatic)[verbb/image-resizer

Resize assets when they are uploaded.

127269.1k7](/packages/verbb-image-resizer)[verbb/tablemaker

Create customizable and user-defined table fields.

40168.8k1](/packages/verbb-tablemaker)[verbb/hyper

A user-friendly links field for Craft.

24130.9k9](/packages/verbb-hyper)[verbb/social-poster

Automatically post entries to social media.

918.5k](/packages/verbb-social-poster)[acclaro/translations

Easily launch and manage multilingual Craft websites without having to copy/paste content or manually track updates.

1229.5k](/packages/acclaro-translations)

PHPackages © 2026

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