PHPackages                             vladshish/cakephp-gravatar-plugin - 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. vladshish/cakephp-gravatar-plugin

ActiveCakephp-plugin

vladshish/cakephp-gravatar-plugin
=================================

Gravatar for CakePHP 2.x

0.0.1(11y ago)013MITPHPPHP &gt;=5.2.8

Since Oct 27Pushed 11y ago1 watchersCompare

[ Source](https://github.com/VladShish/cakephp-gravatar-plugin)[ Packagist](https://packagist.org/packages/vladshish/cakephp-gravatar-plugin)[ Docs](https://github.com/vladshish/cakephp-gravatar-plugin)[ RSS](/packages/vladshish-cakephp-gravatar-plugin/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

CakePHP Gravatar plugin
=======================

[](#cakephp-gravatar-plugin)

This is a simple Gravatar plugin for CakePHP 2.0 and above.

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

[](#installation)

To install, either clone this repository or add it add a submodule to your project. Both are done in a command line client from the root of your project.

### Cloning the repository

[](#cloning-the-repository)

The simplest way is to clone the respository. The command for this is:

```
~ git clone git@github.com:martinbean/cakephp-gravatar-plugin.git app/Plugin/Gravatar

```

### Adding as a submodule

[](#adding-as-a-submodule)

Alternatively, you can add the plugin as a submodule to your project if it’s already version-controlled with Git. To do this, run the following commands:

```
~ git submodule add git@github.com:martinbean/cakephp-gravatar-plugin.git app/Plugin/Gravatar
~ git submodule init

```

For more information on submodules in Git, read .

Using the helper
----------------

[](#using-the-helper)

To use the helper, first enable the plugin in your **/app/Config/bootstrap.php** file by adding the following line to the bottom:

```
CakePlugin::load('Gravatar');
```

Alternatively, you can just use the following if you have many plugins:

```
CakePlugin::loadAll();
```

The first step is to enable it in your controllers:

```

```

All you have to do is pass an email address as the first parameter. You do not need to manually hash it as the plugin takes care of that.

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 56.3% 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

4211d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c99d532d393c5a64a58d36ff94da6461feb1e649adddb4288ed8be9a8fab1604?d=identicon)[VladShish](/maintainers/VladShish)

---

Top Contributors

[![VladShish](https://avatars.githubusercontent.com/u/6660372?v=4)](https://github.com/VladShish "VladShish (9 commits)")[![martinbean](https://avatars.githubusercontent.com/u/167312?v=4)](https://github.com/martinbean "martinbean (4 commits)")[![IWillScoop](https://avatars.githubusercontent.com/u/7065427?v=4)](https://github.com/IWillScoop "IWillScoop (3 commits)")

### Embed Badge

![Health badge](/badges/vladshish-cakephp-gravatar-plugin/health.svg)

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

###  Alternatives

[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k3](/packages/elgg-elgg)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[johnbillion/user-switching

Instant switching between user accounts in WordPress and WooCommerce.

19768.3k2](/packages/johnbillion-user-switching)[rainlab/blog-plugin

Blog plugin for October CMS

17257.7k](/packages/rainlab-blog-plugin)[rainlab/user-plugin

User plugin for October CMS

11954.3k12](/packages/rainlab-user-plugin)[starcitizentools/citizen-skin

A beautiful, usable, responsive MediaWiki skin with in-depth extension support. Originally developed for the Star Citizen Wiki.

3164.5k](/packages/starcitizentools-citizen-skin)

PHPackages © 2026

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