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
Requires
- php: >=5.4.0
- guzzlehttp/guzzle: ~5.2
- illuminate/support: 5.0.*
This package is not auto-updated.
Last update: 2024-11-09 18:43:22 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',