| Package Data | |
|---|---|
| Maintainer Username: | m1guelpf | 
| Maintainer Contact: | hello@brianfaust.de (Brian Faust) | 
| Package Create Date: | 2015-02-20 | 
| Package Last Update: | 2024-11-07 | 
| Home Page: | https://socialiteproviders.com/Imgur/ | 
| Language: | PHP | 
| License: | MIT | 
| Last Refreshed: | 2025-10-29 03:03:37 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 19,259 | 
| Monthly Downloads: | 552 | 
| Daily Downloads: | 18 | 
| Total Stars: | 0 | 
| Total Watchers: | 1 | 
| Total Forks: | 0 | 
| Total Open Issues: | 0 | 
composer require socialiteproviders/imgur
Please see the Base Installation Guide, then follow the provider specific instructions below.
config/services.php'imgur' => [    
  'client_id' => env('IMGUR_CLIENT_ID'),  
  'client_secret' => env('IMGUR_CLIENT_SECRET'),  
  'redirect' => env('IMGUR_REDIRECT_URI') 
],
Configure the package's listener to listen for SocialiteWasCalled events.
Add the event to your listen[] array in app/Providers/EventServiceProvider. See the Base Installation Guide for detailed instructions.
protected $listen = [
    \SocialiteProviders\Manager\SocialiteWasCalled::class => [
        // ... other providers
        'SocialiteProviders\\Imgur\\ImgurExtendSocialite@handle',
    ],
];
You should now be able to use the provider like you would regularly use Socialite (assuming you have the facade installed):
return Socialite::with('imgur')->redirect();
id
nickname
name (same as nickname)email