Download the PHP package saifulferoz/keycloak-admin-bundle without Composer
On this page you can find all versions of the php package saifulferoz/keycloak-admin-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download saifulferoz/keycloak-admin-bundle
More information about saifulferoz/keycloak-admin-bundle
Files in saifulferoz/keycloak-admin-bundle
Download saifulferoz/keycloak-admin-bundle
More information about saifulferoz/keycloak-admin-bundle
Files in saifulferoz/keycloak-admin-bundle
Vendor saifulferoz
Package keycloak-admin-bundle
Short Description Symfony Bundle for Keycloak Admin REST API integration
License MIT
Package keycloak-admin-bundle
Short Description Symfony Bundle for Keycloak Admin REST API integration
License MIT
Please rate this library. Is it a good library?
Informations about the package keycloak-admin-bundle
Keycloak Admin Symfony Bundle
A first-class Symfony Bundle for integrating Keycloak Admin REST API into Symfony applications.
Features
- Zero-Config Autowiring: Automatically configures and injects
KeycloakClientInterface. - Multi-Tenant & Multi-Realm Support: Configure multiple Keycloak connections and access them via
KeycloakClientRegistry. - Symfony WebProfiler Integration: Dedicated Keycloak toolbar icon and panel tracking API calls, request/response data, latency, and status codes.
- Console Command Suite:
bin/console keycloak:ping [client]bin/console keycloak:user:list [realm]bin/console keycloak:user:create [realm]bin/console keycloak:user:delete <user-id> [realm]
- Framework Synergy: Integrates with Symfony Cache for token persistence and Symfony HttpClient.
Complete User Manual & Use Case Guide
For detailed guides, controller examples, multi-tenant registry recipes, and CLI references, consult the Keycloak Admin Bundle User Manual (USER_MANUAL.md).
Installation
Register bundle in config/bundles.php (if not using Symfony Flex):
Configuration (config/packages/keycloak_admin.yaml)
Usage in Services & Controllers
All versions of keycloak-admin-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2
saifulferoz/keycloak-admin-client Version *@dev
symfony/config Version ^6.4|^7.0|^8.0
symfony/dependency-injection Version ^6.4|^7.0|^8.0
symfony/http-kernel Version ^6.4|^7.0|^8.0
symfony/http-client Version ^6.4|^7.0|^8.0
symfony/console Version ^6.4|^7.0|^8.0
saifulferoz/keycloak-admin-client Version *@dev
symfony/config Version ^6.4|^7.0|^8.0
symfony/dependency-injection Version ^6.4|^7.0|^8.0
symfony/http-kernel Version ^6.4|^7.0|^8.0
symfony/http-client Version ^6.4|^7.0|^8.0
symfony/console Version ^6.4|^7.0|^8.0
The package saifulferoz/keycloak-admin-bundle contains the following files
Loading the files please wait ...