Download the PHP package stolfam/keycloak-adapter-php without Composer
On this page you can find all versions of the php package stolfam/keycloak-adapter-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download stolfam/keycloak-adapter-php
More information about stolfam/keycloak-adapter-php
Files in stolfam/keycloak-adapter-php
Download stolfam/keycloak-adapter-php
More information about stolfam/keycloak-adapter-php
Files in stolfam/keycloak-adapter-php
Vendor stolfam
Package keycloak-adapter-php
Short Description Easy-to-use PHP adapter for Keycloak authentication
License MIT
Package keycloak-adapter-php
Short Description Easy-to-use PHP adapter for Keycloak authentication
License MIT
Please rate this library. Is it a good library?
Informations about the package keycloak-adapter-php
Keycloak PHP adapter
Install
composer require ataccama/keycloak-adapter
Neon config:
Use
Create new class and extend class Ataccama\Auth, then you MUST implement all missing methods with your own logic.
Login URL:
$loginUrl = $yourAuthClass->getLoginUrl()
In code use your class like this:
$yourAuthClass->authorize($_GET['code'])
Example (Nette Framework):
All versions of keycloak-adapter-php with dependencies
PHP Build Version
Package Version
The package stolfam/keycloak-adapter-php contains the following files
Loading the files please wait ....