PHPackages                             aloko/keycloak - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. aloko/keycloak

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

aloko/keycloak
==============

Laravel Driver for Keycloak

45763[2 PRs](https://github.com/mustafaaloko/laravel-keycloak/pulls)PHP

Since Jul 24Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/mustafaaloko/laravel-keycloak)[ Packagist](https://packagist.org/packages/aloko/keycloak)[ RSS](/packages/aloko-keycloak/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (3)Used By (0)

***WORK IN PROGRESS***
======================

[](#work-in-progress)

Although fully functional, this package is still not recommended for public production use yet. It's for private use for now. Last few touches need to be added. Thanks!

Laravel Keycloak
================

[](#laravel-keycloak)

This package is a Laravel client driver for Keycloak authentication.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require aloko/keycloak
```

To publish the config file, you need to run the below command.

```
php artisan vendor:publish --tag=config --provider="Aloko\Keycloak\KeycloakServiceProvider"
```

This will create a config file named `keycloak.php` where you can alter various configurations as per your needs.

Configuration
-------------

[](#configuration)

The second step after installation should be configuring this Keycloak client to properly find and connect with Keycloak server.

```
