PHPackages                             talandis/laravel-banklinks - 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. talandis/laravel-banklinks

ActiveLibrary[API Development](/categories/api)

talandis/laravel-banklinks
==========================

Laravel Bundle for Lithuanian/Latvian banks' internet services

1.3.4(5mo ago)95.2k1[2 issues](https://github.com/talandis/laravel-banklinks/issues)MITPHPPHP ^7.0 || ^8.0

Since Mar 10Pushed 5mo ago3 watchersCompare

[ Source](https://github.com/talandis/laravel-banklinks)[ Packagist](https://packagist.org/packages/talandis/laravel-banklinks)[ RSS](/packages/talandis-laravel-banklinks/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (28)Used By (0)

Laravel Bundle for Lithuanian/Latvian Banks internet services
=============================================================

[](#laravel-bundle-for-lithuanianlatvian-banks-internet-services)

### Banks implemented

[](#banks-implemented)

Lithuania: Danske, DNB, Nordea, SEB, Šiaulių bankas, Swedbank, Kevin, Everypay, Neopay
Latvian: Citadele, SEB

### Installation

[](#installation)

Require this package with composer:

```
composer require talandis/laravel-banklinks

```

#### Provider specific installation

[](#provider-specific-installation)

#### Kevin.EU

[](#kevineu)

If you want to use `Kevin` payments you need to add [getkevin/kevin-php](https://packagist.org/packages/getkevin/kevin-php) dependency to your project:

```
composer require getkevin/kevin-php
```

### Configuration

[](#configuration)

After updating composer, add the ServiceProvider to the providers array in config/app.php

```
Talandis\LaravelBanklinks\LaravelBanklinksServiceProvider::class,

```

Copy the package config to your local config with the publish command:

```
php artisan vendor:publish --provider="Talandis\LaravelBanklinks\LaravelBanklinksServiceProvider"

```

Don't forget to enter your certificates and other details into configuration files.

### Usage

[](#usage)

#### Payment requests

[](#payment-requests)

Below is a simple sample of payment request.

```
$bank = new \Talandis\LaravelBanklinks\Lithuania\SEB();
$bank->setConfiguration( config('banklinks.lithuania-seb') );   // This line is optional. Same configuration is read automatically
$bank->setCallbackUrl( url( 'callback/seb' ) );
$bank->setCancelUrl( url('cancel/seb' ) );

$requestData = $bank->getPaymentRequest(1, 25, 'Beer + Movie');
$requestUrl = $bank->getRequestUrl();
```

Sample form

```

    @foreach ( $requestData as $fieldName => $value ):

    @endforeach
    Make payment

```

#### Succesful payment callback

[](#succesful-payment-callback)

```
$bank = new \Talandis\Banklinks\Lithuania\SEB();
$bank->setConfiguration( config('banklinks.lithuania-seb') );   // This line is optional. Same configuration is read automatically

if ( $bank->isPaidResponse( Input::all() ) ) {

    echo $bank->getOrderId();

} else if ( $bank->isReturnResponse( Input::all() ) ) {

}
```

#### Cancelled payment callback

[](#cancelled-payment-callback)

```
$bank = new \Talandis\Banklinks\Lithuania\SEB();
$bank->setConfiguration( config('banklinks.lithuania-seb') );   // This line is optional. Same configuration is read automatically

if ( $bank->isCancelResponse( Input::all() ) ) {

}
```

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance66

Regular maintenance activity

Popularity26

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor1

Top contributor holds 97.9% 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 ~150 days

Recently: every ~108 days

Total

27

Last Release

168d ago

Major Versions

0.1.2 → 1.02018-09-06

PHP version history (3 changes)v0.0.2PHP &gt;=5.4.0

1.3.0PHP &gt;=7.0

1.3.4PHP ^7.0 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/a131c30235b4c436fba824630fdfd3004b97e3292771e387a54200fad3814539?d=identicon)[shazo](/maintainers/shazo)

---

Top Contributors

[![talandis](https://avatars.githubusercontent.com/u/1598160?v=4)](https://github.com/talandis "talandis (47 commits)")[![almostlow](https://avatars.githubusercontent.com/u/17594551?v=4)](https://github.com/almostlow "almostlow (1 commits)")

### Embed Badge

![Health badge](/badges/talandis-laravel-banklinks/health.svg)

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

###  Alternatives

[skagarwal/google-places-api

Google Places Api

1913.0M8](/packages/skagarwal-google-places-api)[dcblogdev/laravel-microsoft-graph

A Laravel Microsoft Graph API (Office365) package

168285.5k1](/packages/dcblogdev-laravel-microsoft-graph)[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1344.8k1](/packages/jasara-php-amzn-selling-partner-api)[grantholle/powerschool-api

A Laravel package to make interacting with PowerSchool less painful.

1715.6k1](/packages/grantholle-powerschool-api)

PHPackages © 2026

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