| Package Data | |
|---|---|
| Maintainer Username: | m1guelpf |
| Maintainer Contact: | piesse@gmail.com (David Piesse) |
| Package Create Date: | 2017-08-29 |
| Package Last Update: | 2025-06-28 |
| Home Page: | https://socialiteproviders.com/ArcGIS/ |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-09 03:00:45 |
| Package Statistics | |
|---|---|
| Total Downloads: | 9,149 |
| Monthly Downloads: | 442 |
| Daily Downloads: | 17 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
composer require socialiteproviders/arcgis
Please see the Base Installation Guide, then follow the provider specific instructions below.
config/services.php'arcgis' => [
'client_id' => env('ARCGIS_CLIENT_ID'),
'client_secret' => env('ARCGIS_CLIENT_SECRET'),
'redirect' => env('ARCGIS_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\\ArcGIS\\ArcGISExtendSocialite@handle',
],
];
You should now be able to use the provider like you would regularly use Socialite (assuming you have the facade installed):
return Socialite::driver('arcgis')->redirect();
id
nickname (same as id)name
email
avatar