Download the PHP package marionassef/laravel-keycloak-admin-rest-api without Composer
On this page you can find all versions of the php package marionassef/laravel-keycloak-admin-rest-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download marionassef/laravel-keycloak-admin-rest-api
More information about marionassef/laravel-keycloak-admin-rest-api
Files in marionassef/laravel-keycloak-admin-rest-api
Package laravel-keycloak-admin-rest-api
Short Description laravel keycloak admin rest api
License MIT
Homepage https://github.com/marionassef/laravel-keycloak-admin-rest-api
Informations about the package laravel-keycloak-admin-rest-api
This is a forked repository from https://github.com/Mnikoei/laravel-keycloak-admin
Original work credited to Mnikoei.
Installtion
Copy the package config to your local config with the publish command:
laravel-keycloak-admin
Add these environment variables to your .env :
Enable realm managment
Go to then select realm-managment
from Client Roles list and assign realm-admin to client.
Available methods :
Package has provided services as below:
- user
- role
- client
- clientRole
- group
- organization
All api's are decleared in
For every api just needs call api name as method on related service .
Example:
Organization API Examples:
Note: Organization APIs require Keycloak 24+ with organizations feature enabled.
All other api calls are same as examples just needs to provide required parameters as described in https://www.keycloak.org/docs-api/7.0/rest-api/index.html
All versions of laravel-keycloak-admin-rest-api with dependencies
guzzlehttp/guzzle Version ^7.0
illuminate/support Version ^9.0|^10.0|^11.0