Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 452 Bytes

File metadata and controls

12 lines (7 loc) · 452 Bytes

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