{"id":28811952,"url":"https://github.com/overtrue/laravel-keycloak-admin","last_synced_at":"2025-07-03T22:34:33.446Z","repository":{"id":278123608,"uuid":"934546048","full_name":"overtrue/laravel-keycloak-admin","owner":"overtrue","description":"Package which adds some wrappers for Laravel on top of the [Keycloak Admin](https://github.com/overtrue/keycloak-admin) library.","archived":false,"fork":false,"pushed_at":"2025-06-24T01:55:01.000Z","size":228,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-03T11:14:39.037Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/overtrue.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-18T02:35:03.000Z","updated_at":"2025-06-24T01:54:14.000Z","dependencies_parsed_at":"2025-02-18T05:47:11.798Z","dependency_job_id":"93dd1369-7ea4-4d08-aea1-434a423284e5","html_url":"https://github.com/overtrue/laravel-keycloak-admin","commit_stats":null,"previous_names":["overtrue/laravel-keycloak-admin"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/overtrue/laravel-keycloak-admin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/overtrue%2Flaravel-keycloak-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/overtrue%2Flaravel-keycloak-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/overtrue%2Flaravel-keycloak-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/overtrue%2Flaravel-keycloak-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/overtrue","download_url":"https://codeload.github.com/overtrue/laravel-keycloak-admin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/overtrue%2Flaravel-keycloak-admin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263415758,"owners_count":23463104,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-18T14:08:06.935Z","updated_at":"2025-07-03T22:34:33.426Z","avatar_url":"https://github.com/overtrue.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Keycloak Admin API Client for Laravel\n\nPackage which adds some wrappers for Laravel on top of the [fschmtt/keycloak-rest-api-client-php](fschmtt/keycloak-rest-api-client-php)\nlibrary.\n\n# Install\n\nInstall the package with composer\n```\ncomposer require overtrue/laravel-keycloak-admin\n```\n\nPublish the config file\n\n```\nphp artisan vendor:publish  --provider=\"Overtrue\\LaravelKeycloakAdmin\\KeycloakServiceProvider\"\n\n```\n\n# Usage\n\n```php\nuse Overtrue\\LaravelKeycloakAdmin\\Facades\\KeycloakAdmin;\n\n// Get all users\n$users = KeycloakAdmin::users()-\u003eall();\n\n// Get a user by id\n$user = KeycloakAdmin::users()-\u003eget('realm', 'user-id');\n\n// Get all groups\nKeycloakAdmin::groups()-\u003eall();\n\n// Get a group by id\nKeycloakAdmin::groups()-\u003eget('realm', 'group-id');\n\n// Get all clients\nKeycloakAdmin::clients()-\u003eall();\n\n// Get a client by id\nKeycloakAdmin::clients()-\u003eget('realm', 'client-id');\n\n// Get all roles\nKeycloakAdmin::roles()-\u003eall();\n\n// Get a role by name\nKeycloakAdmin::roles()-\u003eget('realm', 'role-name');\n\n// Get all realms\nKeycloakAdmin::realms()-\u003eall();\n\n// Get a realm by name\nKeycloakAdmin::realms()-\u003eget('realm-name');\n```\n\nMore methods can be found in the [fschmtt/keycloak-rest-api-client-php](fschmtt/keycloak-rest-api-client-php) library.\n\n# LICENSE\n\nMIT\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fovertrue%2Flaravel-keycloak-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fovertrue%2Flaravel-keycloak-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fovertrue%2Flaravel-keycloak-admin/lists"}