andrew13 / Codeigniter-Gravatar

Gravatar library for Codeigniter

Home Page:www.irealms.co.uk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gravatar library for Codeigniter

To use simply load the library as usual in your controller

$this->load->library('gravatar');

After this you can call any of the functions such as :

$this->gravatar->get_gravatar('emailhere');

The class is documented in the file, for any further help drop me a message on github or on twitter @rsmarshall

About

Gravatar library for Codeigniter

www.irealms.co.uk


Languages

Language:PHP 100.0%