Karlos94 Posted March 15, 2011 Posted March 15, 2011 (edited) Well, it's been a while since I was here at MWG, but anyway.. I was using the Gravatar API using procedual code (Eurgh, I know) earlier and I got bored of coding it that way. So, I decided to creat a class for it, and I did... An open-source one at that as well! So I released a 1.0 release because I am quite confident with the way I coded it, but I want to keep adding to it, which will also include the Gravatar API profiles but I didn't need that functionaily today so I didn't take a look at that. Anyway, I'm looking for constructive criticism with the class. Just so people are aware this is only supports PHP 5.3+. Future Implentations (When I can be bothered) The get_image() method to be able to take an array of email address. Add Gravatar API profiles I would also like to here what you would like done with it, if you come up with any ideas.. Go see the hosted code at: https://github.com/krballard/gravatar-php-class Edited June 9, 2011 by Karlos94 Quote
Karlos94 Posted March 15, 2011 Author Posted March 15, 2011 A Globally Recognized Avatar Your Gravatar is an image that follows you from site to site appearing beside your name when you do things like comment or post on a blog. Avatars help identify your posts on blogs and web forums, so why not on any site? Quote taken from: http://gravatar.com/ Quote
rulerofzu Posted March 15, 2011 Posted March 15, 2011 Google its a wonderful thing. Thanks for the share very useful code. Quote
Paul Evans Posted March 19, 2011 Posted March 19, 2011 Great work Karlos, love how you have progressed Quote
Karlos94 Posted March 21, 2011 Author Posted March 21, 2011 Sorry, I'be been away since Friday night and just got round to reading the latest comments! All I can really say is thanks guys! Quote
Karlos94 Posted May 7, 2011 Author Posted May 7, 2011 (edited) Code hosted at http://github.com/ and version 1.0 released. Edited June 9, 2011 by Karlos94 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.