anunatak/brreg

There is no license information available for the latest version (dev-master) of this package.

An implementation of the Brønnøysundregisterene / Enhetsregisteret data API for Laravel

dev-master 2015-03-27 14:34 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:39:19 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',

Usage