9

I'd like to know how to display an avatar in Packagist.

For example, my package doesn't show my avatar, which I set the GitHub-Packagist API correct or I can't found any upload panel in Packagist profile.

Installed GitHub Apps > Services > Packagist: set User as yidas & Token

Thanks.

Nick Tsai
  • 3,799
  • 33
  • 36

1 Answers1

23

I was wondering the same thing and just figured it out..

You need to register at https://en.gravatar.com and upload an image. This will be linked to your email address so make sure you use the same one as you use at packagist.org

It can take 5-10 minutes before you'll see your Gravatar on Packagist.org

Graftak
  • 691
  • 7
  • 16
  • It's worked! No wonder the avatar URL on Packagist is using gravatar.com. – Nick Tsai Jul 31 '17 at 02:29
  • Yeah I think they should at least have mentioned it somewhere but it seems like a big secret ;) Glad I could help you as well! – Graftak Jul 31 '17 at 06:55