PHP Package: socialiteproviders/apple

PHP library for Apple socialite integration providing secure authentication.

Current Version: 5.7.0
Last Updated: 2025-06-28
PHP Requirement: ^8.0
Dependencies:
socialiteproviders/socialite
phpunit/phpunit
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The PHP library 'socialiteproviders/apple' offers seamless integration with Apple's authentication services. Implementing secure login functionality, it streamlines user verification processes. Compatible with multiple platforms, this library simplifies the development of applications requiring secure user authentication.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 5.7.0

Download Download v5.7.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/socialiteproviders/apple/5.7.0/loader.php';
require_once 'libs/socialiteproviders/socialite/{lib_version}/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.4.1/loader.php';

use SocialiteProviders\Apple\AuthProvider;

$obj = new AuthProvider();
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.