{"id":31738392,"url":"https://github.com/halloverden/symfony-brreg-http-client","last_synced_at":"2026-06-29T02:31:04.103Z","repository":{"id":52959422,"uuid":"341570752","full_name":"halloverden/symfony-brreg-http-client","owner":"halloverden","description":"Provides a Symfony http client for the brreg (Brønnøysundregistrene) api","archived":false,"fork":false,"pushed_at":"2025-03-21T10:55:03.000Z","size":107,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-05-30T19:23:36.213Z","etag":null,"topics":["api","brreg","client","http","register","rest"],"latest_commit_sha":null,"homepage":"","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/halloverden.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-23T13:52:44.000Z","updated_at":"2025-03-21T10:53:53.000Z","dependencies_parsed_at":"2023-01-21T13:45:14.539Z","dependency_job_id":null,"html_url":"https://github.com/halloverden/symfony-brreg-http-client","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/halloverden/symfony-brreg-http-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halloverden%2Fsymfony-brreg-http-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halloverden%2Fsymfony-brreg-http-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halloverden%2Fsymfony-brreg-http-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halloverden%2Fsymfony-brreg-http-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/halloverden","download_url":"https://codeload.github.com/halloverden/symfony-brreg-http-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halloverden%2Fsymfony-brreg-http-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34911134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["api","brreg","client","http","register","rest"],"created_at":"2025-10-09T10:00:38.628Z","updated_at":"2026-06-29T02:31:04.095Z","avatar_url":"https://github.com/halloverden.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Symfony Brreg Http Client\n\nSymfony [Http Client](https://symfony.com/doc/current/http_client.html) for the Open Brreg REST Api for the [Organization Registry](https://www.brreg.no/produkter-og-tjenester/apne-data/beskrivelse-av-tjenesten-data-fra-enhetsregisteret/).\n\n## Installation\n\nVia composer:\n\n```console\n$ composer require halloverden/symfony-brreg-http-client\n```\n\n## Usage\n\nIn your `services.yaml`, set \n```yaml\nHalloVerden\\BrregHttpClient\\BrregEntityClientInterface:\n    class: HalloVerden\\BrregHttpClient\\BrregEntityClient\n```\n\nIn your class, inject the `BrregEntityClientInterface` interface:\n```injectablephp\nreadonly final class TestService {\n\n  public function __construct(private BrregEntityClientInterface $client) {\n  }\n\n  public function test(string $organizationNumber): BrregEntity {\n    return $this-\u003eclient-\u003efetchEntityByOrganizationNumber($organizationNumber);\n  }\n\n}\n```\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalloverden%2Fsymfony-brreg-http-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhalloverden%2Fsymfony-brreg-http-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalloverden%2Fsymfony-brreg-http-client/lists"}