2017 © Pedro Peláez
 

cakephp-plugin cakephp-gravatar-plugin

CakePHP Gravatar plugin

image

lowg33kdev/cakephp-gravatar-plugin

CakePHP Gravatar plugin

  • Tuesday, March 14, 2017
  • by LowG33kDev
  • Repository
  • 1 Watchers
  • 1 Stars
  • 473 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 3 Versions
  • 4 % Grown

The README.md

cakephp-gravatar-plugin Build Status

It's a CakePHP plugin for easily use Gravatar service., (*1)

Installation

[Manual], (*2)

  • Download the Gravatar archive.
  • Unzip that download.
  • Rename the resulting folder to Gravatar
  • Then copy this folder into app/Plugin/

[GIT Submodule], (*3)

In your app directory type:, (*4)

git submodule add git://github.com/LowG33kDev/cakephp-gravatar-plugin.git Plugin/Gravatar
git submodule init
git submodule update

[GIT Clone], (*5)

In your plugin directory type, (*6)

git clone git://github.com/LowG33kDev/cakephp-gravatar-plugin.git Gravatar

Enable plugin

  • In 2.x you need to enable the plugin your app/Config/bootstrap.php file. If you are already using CakePlugin::loadAll();, then the following is not necessary.:
    CakePlugin::load('Gravatar');

Reporting Issues

If you have a problem with Grvatar please open an issue on GitHub., (*7)

Documentation

This plugin uses Gravatar configurations, (*8)

  • secure : true to use https, false otherwise (default is false)
  • extension : .jpg, .jpeg, .png or .gif (default is empty)
  • size : beetween 1 and 2048 (default is 80)
  • default : mm, identicon, monsterid, wavatar, retro, blank or custom url picture (default is mm)
  • forcedefault : true to force default picture, false otherwise (default is false)
  • rating : g, pg, r or x (default is g)
  • image-options : is an array. It's the same like HTMLHelper::image

The Versions

14/03 2017

dev-Cake-3.X

dev-Cake-3.X https://github.com/LowG33kDev/cakephp-gravatar-plugin

CakePHP Gravatar plugin

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp gravatar

27/03 2015

dev-master

9999999-dev https://github.com/LowG33kDev/cakephp-gravatar-plugin

CakePHP Gravatar plugin

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp gravatar

27/03 2015