anunatak / brreg
An implementation of the Brønnøysundregisterene / Enhetsregisteret data API for Laravel
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/anunatak/brreg
Requires
- php: >=5.4.0
- guzzlehttp/guzzle: ~5.2
- illuminate/support: 5.0.*
This package is not auto-updated.
Last update: 2025-09-27 23:42:00 UTC
README
This library implements the Brønnøysundregisterene data API for Laravel.
Installation
Install using composer:
composer require anunatak/brreg
This package is compatible with Laravel 5.
Add the service provider in config/app.php
:
'Anunatak\Brreg\BrregServiceProvider',
And add an alias:
'Brreg' => 'Anunatak\Brreg\Brreg',