PHP Package: overtrue/socialite

Overtrue's Socialite PHP library enables easy social media authentication for user integration.

Current Version: 4.12.0
Last Updated: 2025-08-20
PHP Requirement: >=8.0.2
Dependencies: None

Package Description

Overtrue's Socialite is a powerful PHP library designed to simplify the process of integrating social media authentication into your web applications. With extensive support for various social platforms and user-friendly APIs, Socialite streamlines user login and registration processes, saving developers valuable time and effort.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 4.12.0

Download Download v4.12.0

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com

require_once 'libs/overtrue/socialite/4.12.0/loader.php';
use Overtrue\Socialite\SocialiteManager;
use Overtrue\Socialite\Two\FacebookProvider;
use Overtrue\Socialite\Two\GoogleProvider;

$obj = new SocialiteManager();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.