| Package Data | |
|---|---|
| Maintainer Username: | tormjens |
| Maintainer Contact: | web@anunatak.no (Anunatak) |
| Package Create Date: | 2015-03-27 |
| Package Last Update: | 2015-03-27 |
| Home Page: | |
| Language: | PHP |
| License: | Unknown |
| Last Refreshed: | 2025-11-03 15:15:36 |
| Package Statistics | |
|---|---|
| Total Downloads: | 29 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
This library implements the Brønnøysundregisterene data API for Laravel.
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',