laravel/socialite

Laravel wrapper around OAuth 1 & OAuth 2 libraries.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 43 minutes ago
Added to GitGenius on September 11th, 2026
Created on August 18th, 2014
Open Issues & Pull Requests: 3 (+0)
GitHub issues: Disabled - open counts may still include pull requests.
Number of forks: 960
Total Stargazers: 5,746 (+0)
Total Subscribers: 161 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

GitHub issues are disabled for this repository, so issue analytics and the issue explorer are not available.

Detailed Description

Laravel Socialite is a Laravel wrapper around OAuth 1 and OAuth 2 libraries that simplifies social authentication.

The tool addresses the complexity of implementing OAuth authentication by providing an expressive, fluent interface that handles the boilerplate code developers would otherwise need to write. It abstracts away the details of OAuth protocol negotiation and token management, allowing developers to authenticate users through social providers with minimal configuration.

Socialite includes built-in support for Bitbucket, Facebook, GitHub, GitLab, Google, LinkedIn, Slack, Twitch, and X. It is well-suited for Laravel applications that need to offer social login options. The project explicitly does not accept new adapters for additional providers, but community-driven adapters are available through a separate Socialite Providers website for platforms beyond the official set.

The project maintains an active test suite and follows Laravel's contribution guidelines and code of conduct. Security vulnerabilities are handled through a documented security policy.