PHPackages                             pluckypenguin/laravel-nordigen - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. pluckypenguin/laravel-nordigen

ActiveLibrary[API Development](/categories/api)

pluckypenguin/laravel-nordigen
==============================

Laravel package wrapper for Nordigen's PHP library.

v1.0.4(3y ago)3403MITPHPPHP &gt;=7.4

Since Aug 9Pushed 3y ago1 watchersCompare

[ Source](https://github.com/PluckyPenguinPhil/laravel-nordigen)[ Packagist](https://packagist.org/packages/pluckypenguin/laravel-nordigen)[ RSS](/packages/pluckypenguin-laravel-nordigen/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (4)Versions (7)Used By (0)

laravel-nordigen
================

[](#laravel-nordigen)

This package provides a wrapper around the Nordigen PHP library for interacting with the Nordigen open banking API. For details on how to use the API and the PHP library, please visit this repo - [nordigen/nordigen-php](https://github.com/nordigen/nordigen-php)

Installation
============

[](#installation)

```
composer require pluckypenguin/laravel-nordigen

```

Configuration
=============

[](#configuration)

This wrapper allows for easy customisation by adding the following config options to your .env file:

- `NORDIGEN_SECRET_ID` - Your Nordigen app secret ID
- `NORDIGEN_SECRET_KEY` - Your Nordigen app secret key
- `NORDIGEN_USE_SANDBOX` - Should we use the Nordigen sandbox provider, or live providers?
- `NORDIGEN_DEFAULT_COUNTRY` - The default country code to be used when none is provided. Mostly used for interacting with institutions.

You can choose to publish the Nordigen configuration file provided by this package by running `php artisan vendor:publish PluckyPenguin\LaravelNordigen\LaravelNordigenServiceProvider`

Usage
=====

[](#usage)

Dependency injection is supported with this package for easily accessing the NordigenClient class:

```
class MyNordigenController extends Controller {
    public function handleNordigenCallback(NordigenClient $nordigenClient) {
        // your code here...
    }
}
```

Alternatively, you can use the Facade provided by this package:

```
use PluckyPenguin\LaravelNordigen\Facades\NordigenClient;
$accounts = NordigenClient::accounts->get();
```

Lastly, you can initialize your own instance of the NordigenClient class, with the settings from your .ENV using:

```
$nordigenClient = app()->make(\Nordigen\NordigenPHP\API\NordigenClient::class);
```

Middleware
==========

[](#middleware)

Included in this package, is a middleware you can utilise to ensure users who are signed into your application, always have an active Nordigen API session. To include this on your route, use the `auth.nordigen` middleware.

User Trait
==========

[](#user-trait)

To help you get the most out of the package, there is a user trait called `HasNordigenApiToken` which provides easy access to the access and refresh tokens. In order to use the trait provided with this package, you will need to run the migrations - `php artisan migrate`. This will add 4 new columns to your `users` table - `nordigen_access_token`, `nordigen_access_expires`, `nordigen_refresh_token` and `nordigen_refresh_expires`.

Contributing
============

[](#contributing)

Please feel free to add issues and create pull requests to address any issues you may find, as well as add any missing features.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~20 days

Total

6

Last Release

1268d ago

Major Versions

v0.1.0 → v1.0.02022-08-21

### Community

Maintainers

![](https://www.gravatar.com/avatar/76e72ec718dab1286978f6bacb46c7083f53f74c0e7db3b8053c487206c343d4?d=identicon)[PluckyPenguinPhil](/maintainers/PluckyPenguinPhil)

---

Top Contributors

[![plucky-penguin-phil](https://avatars.githubusercontent.com/u/106867787?v=4)](https://github.com/plucky-penguin-phil "plucky-penguin-phil (4 commits)")[![BlueBayPhil](https://avatars.githubusercontent.com/u/78371307?v=4)](https://github.com/BlueBayPhil "BlueBayPhil (2 commits)")[![ebordoni](https://avatars.githubusercontent.com/u/61238168?v=4)](https://github.com/ebordoni "ebordoni (1 commits)")

### Embed Badge

![Health badge](/badges/pluckypenguin-laravel-nordigen/health.svg)

```
[![Health](https://phpackages.com/badges/pluckypenguin-laravel-nordigen/health.svg)](https://phpackages.com/packages/pluckypenguin-laravel-nordigen)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[tamara-solution/php-sdk

Tamara PHP Client Library

10259.4k1](/packages/tamara-solution-php-sdk)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
