fuel-packages / fuel-gravy

A simple Gravatar library for FuelPHP

Home Page:http://rfosta.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gravy

Gravy is a cool Gravatar package for FuelPHP. It's based of the CodeIgniter helper and the Gravtastic gem for Ruby. You can add gravatars to your project with just one line of code.

Install

to install this package simply type this:

php oil package install gravy

Usage

There are two ways to retrieve a gravatar.

By email:

Gravy::from_email('');

By hash:

Gravy::from_hash('');

About

A simple Gravatar library for FuelPHP

http://rfosta.me


Languages

Language:PHP 100.0%