PHP Package: stevenmaguire/oauth2-keycloak

OAuth2 library for Keycloak integration in PHP applications, ensuring secure and seamless authentication.

Current Version: 5.1.0
Last Updated: 2023-10-24
PHP Requirement: ~7.2 || ~8.0
Dependencies: None

Package Description

OAuth2-Keycloak is a powerful PHP library designed for seamless integration with Keycloak, providing secure authentication mechanisms. With support for various Keycloak features, it simplifies the process of implementing OAuth2 in your PHP applications, ensuring robust security standards and a smooth user experience. The library offers comprehensive documentation, making it easy to configure and customize according to your requirements.

🔗 View on GitHub

Download Latest Version: 5.1.0

Download Download v5.1.0

Code Integration Example

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

<?php
// Example from PHPlibraries.com

require_once 'libs/stevenmaguire/oauth2-keycloak/5.1.0/loader.php';
use Stevenmaguire\OAuth2\Client\Provider\Keycloak;
use Stevenmaguire\OAuth2\Client\Provider\KeycloakAccessToken;

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