PHPackages                             halloverden/symfony-brreg-http-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. halloverden/symfony-brreg-http-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

halloverden/symfony-brreg-http-client
=====================================

Provides a Symfony http client for the brreg (Brønnøysundregistrene) api

2.0.0(1y ago)0841MITPHPPHP &gt;=8.4

Since Feb 26Pushed 1y ago4 watchersCompare

[ Source](https://github.com/halloverden/symfony-brreg-http-client)[ Packagist](https://packagist.org/packages/halloverden/symfony-brreg-http-client)[ RSS](/packages/halloverden-symfony-brreg-http-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (13)Used By (0)

Symfony Brreg Http Client
=========================

[](#symfony-brreg-http-client)

Symfony [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/).

Installation
------------

[](#installation)

Via composer:

```
$ composer require halloverden/symfony-brreg-http-client
```

Usage
-----

[](#usage)

In your `services.yaml`, set

```
HalloVerden\BrregHttpClient\BrregEntityClientInterface:
    class: HalloVerden\BrregHttpClient\BrregEntityClient
```

In your class, inject the `BrregEntityClientInterface` interface:

```
readonly final class TestService {

  public function __construct(private BrregEntityClientInterface $client) {
  }

  public function test(string $organizationNumber): BrregEntity {
    return $this->client->fetchEntityByOrganizationNumber($organizationNumber);
  }

}

```

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

41

—

FairBetter than 88% of packages

Maintenance46

Moderate activity, may be stable

Popularity14

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 95.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~135 days

Recently: every ~359 days

Total

12

Last Release

414d ago

Major Versions

0.2.1 → 1.0.02022-06-30

1.2.0 → 2.0.02025-03-21

PHP version history (4 changes)0.1.0PHP ^7.2

1.0.0PHP &gt;=7.2

1.1.0PHP &gt;=8.1

2.0.0PHP &gt;=8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/be037a51f809599999041698e48a3516363d070b3f4af00e1c90f067ac112b3c?d=identicon)[halloverden](/maintainers/halloverden)

![](https://www.gravatar.com/avatar/944da5ba62000d8d54fdeabb71bb8554596caabae0cadcc2433028105c5d80c8?d=identicon)[erichjsonfosse](/maintainers/erichjsonfosse)

![](https://www.gravatar.com/avatar/849015b0be5ad1a1c8aaecb560dd316192468d401d22562fdf685eb75e4106ad?d=identicon)[tomme87](/maintainers/tomme87)

---

Top Contributors

[![tomme87](https://avatars.githubusercontent.com/u/9094256?v=4)](https://github.com/tomme87 "tomme87 (21 commits)")[![marco-giannetti](https://avatars.githubusercontent.com/u/54795542?v=4)](https://github.com/marco-giannetti "marco-giannetti (1 commits)")

---

Tags

apibrregclienthttpregisterresthttpapiclientrestregisterbrreg

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/halloverden-symfony-brreg-http-client/health.svg)

```
[![Health](https://phpackages.com/badges/halloverden-symfony-brreg-http-client/health.svg)](https://phpackages.com/packages/halloverden-symfony-brreg-http-client)
```

###  Alternatives

[printu/customerio

PHP API for Customer.io

241.1M2](/packages/printu-customerio)[jsor/hal-client

A lightweight client for consuming and manipulating Hypertext Application Language (HAL) resources.

2425.9k1](/packages/jsor-hal-client)[bninja/restful

Library for writing RESTful PHP clients.

1451.5k](/packages/bninja-restful)[meteocontrol/vcom-api-client

HTTP Client for meteocontrol's VCOM API - The VCOM API enables you to directly access your data on the meteocontrol platform.

175.7k1](/packages/meteocontrol-vcom-api-client)[laragear/api-manager

Manage multiple REST servers to make requests in few lines and fluently.

161.8k](/packages/laragear-api-manager)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
