Download the PHP package diegosm/keycloak-admin without Composer
On this page you can find all versions of the php package diegosm/keycloak-admin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download diegosm/keycloak-admin
More information about diegosm/keycloak-admin
Files in diegosm/keycloak-admin
Download diegosm/keycloak-admin
More information about diegosm/keycloak-admin
Files in diegosm/keycloak-admin
Vendor diegosm
Package keycloak-admin
Short Description PHP Library for Keycloak REST API management
License MIT
Package keycloak-admin
Short Description PHP Library for Keycloak REST API management
License MIT
Please rate this library. Is it a good library?
Informations about the package keycloak-admin
keycloak-admin
PHP Library for Keycloak Rest API management
Documentation
The documentation of this project is available at https://keycloak-admin-documentation.readthedocs.io/en/latest/
Installation
Configure
First of all create a client on master realm, with name like manager-cli
of type confidential
and need to enable Service Accounts.
You will use to manage your realm, and log in with client_credential grant type.
There have a factory for create keycloakadmin, put there your configuration:
To do list (Not ordered by priority)
- Create role composites
- Review and make tests for all exceptions.
- Make realm extra endpoints (i.e. clear sessions).
- Change User access from array to a Class.
Create representation classes
- AuthenticationFlowRepresentation (could be used on realm)
- AuthenticatorConfigRepresentation (could be used on realm)
- ClientScopeRepresentation (could be used on realm)
- IdentityProviderMapperRepresentation (could be used on realm)
- UserFederationMappers (could be used on realm)
All versions of keycloak-admin with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1
guzzlehttp/guzzle Version ^7
jms/serializer Version ^3.6
ext-json Version *
guzzlehttp/guzzle Version ^7
jms/serializer Version ^3.6
ext-json Version *
The package diegosm/keycloak-admin contains the following files
Loading the files please wait ....