anunatak/brreg

An implementation of the Brønnøysundregisterene / Enhetsregisteret data API for Laravel
29
Install
composer require anunatak/brreg
PHP:>=5.4.0
Last Updated:Mar 27, 2015
Links: GitHub  ·  Packagist
Maintainer: tormjens

Brreg

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

Related Packages

doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

631,580,251 9,707
laravel/framework

The Laravel Framework.

580,311,802 34,925
laravel/tinker

Powerful REPL for the Laravel framework.

489,754,436 7,444
laravel/serializable-closure

Laravel Serializable Closure provides an easy and secure way to serialize closur...

404,034,618 608
nunomaduro/collision

Cli error handling for console/command-line PHP applications.

384,821,166 4,658