{"id":43149402,"url":"https://github.com/apacheborys/keycloak-php-client","last_synced_at":"2026-02-16T20:16:10.675Z","repository":{"id":335708994,"uuid":"1146785460","full_name":"apacheborys/keycloak-php-client","owner":"apacheborys","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-31T22:00:24.000Z","size":59,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-01T05:27:13.320Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apacheborys.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-31T17:16:11.000Z","updated_at":"2026-01-31T21:50:09.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/apacheborys/keycloak-php-client","commit_stats":null,"previous_names":["apacheborys/keycloak-php-client"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/apacheborys/keycloak-php-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apacheborys%2Fkeycloak-php-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apacheborys%2Fkeycloak-php-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apacheborys%2Fkeycloak-php-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apacheborys%2Fkeycloak-php-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apacheborys","download_url":"https://codeload.github.com/apacheborys/keycloak-php-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apacheborys%2Fkeycloak-php-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29059395,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T20:13:53.544Z","status":"ssl_error","status_checked_at":"2026-02-03T20:13:40.507Z","response_time":96,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-02-01T00:00:27.529Z","updated_at":"2026-02-03T22:13:43.971Z","avatar_url":"https://github.com/apacheborys.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Keycloak PHP Client\n\nMinimal, framework-agnostic Keycloak client.\n\n## Requirements\n\n- PHP 8.4+\n\n## Installation\n\n```bash\ncomposer require apacheborys/keycloak-php-client\n```\n\n## Quick start\n\n```php\nuse Apacheborys\\KeycloakPhpClient\\Http\\KeycloakHttpClientFactory;\nuse Apacheborys\\KeycloakPhpClient\\ValueObject\\KeycloakClientConfig;\n\n$config = new KeycloakClientConfig(\n    baseUrl: 'http://localhost:8080',\n    clientRealm: 'master',\n    clientId: 'backend',\n    clientSecret: 'secret',\n);\n\n$factory = new KeycloakHttpClientFactory();\n$client = $factory-\u003ecreate(\n    config: $config,\n    httpClient: $psr18Client,\n    requestFactory: $psr17RequestFactory,\n    streamFactory: $psr17StreamFactory,\n);\n```\n\n## Tests\n\n```bash\ncomposer test\n```\n\n## License\n\nMIT. See `LICENSE`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapacheborys%2Fkeycloak-php-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapacheborys%2Fkeycloak-php-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapacheborys%2Fkeycloak-php-client/lists"}