PHPackages                             renekorss/banklink - 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. [Payment Processing](/categories/payments)
4. /
5. renekorss/banklink

ActiveLibrary[Payment Processing](/categories/payments)

renekorss/banklink
==================

PHP banklink library to easily integrate Baltic banklinks.

v3.5.0(3y ago)3631.6k↓50%19[2 issues](https://github.com/renekorss/Banklink/issues)MITPHPPHP &gt;=7.2CI failing

Since Oct 12Pushed 8mo ago9 watchersCompare

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

READMEChangelog (10)Dependencies (6)Versions (18)Used By (0)

[![Actions Status](https://github.com/renekorss/Banklink/workflows/build/badge.svg)](https://github.com/renekorss/Banklink/actions)[![Coverage Status](https://camo.githubusercontent.com/83583c3cf17ec8f9e60815a7ab1efa81dc990c391cfd952b0a38f2ce81e57c3e/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f72656e656b6f7273732f42616e6b6c696e6b2f62616467652e7376673f6272616e63683d6d617374657226736572766963653d676974687562)](https://coveralls.io/github/renekorss/Banklink?branch=master)[![Codacy Badge](https://camo.githubusercontent.com/4f0447def8479108e3dafac3fd4254028beb01a5dad683ee60173bb80f9f3e10/68747470733a2f2f6170702e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6361396331616334396636303433306361393337353833323463343266393166)](https://www.codacy.com/gh/renekorss/Banklink/dashboard?utm_source=github.com&utm_medium=referral&utm_content=renekorss/Banklink&utm_campaign=Badge_Grade)[![Latest Stable Version](https://camo.githubusercontent.com/6b8677208b055f8fc0c302983f962c4a6e21cced68635550c117a7e733c1252c/68747470733a2f2f706f7365722e707567782e6f72672f72656e656b6f7273732f62616e6b6c696e6b2f762f737461626c65)](https://packagist.org/packages/renekorss/banklink)[![Total Downloads](https://camo.githubusercontent.com/1edfdb0668d33033714f5193fa062a8ed06afa3c933276e4a6d8b9ae338ab446/68747470733a2f2f706f7365722e707567782e6f72672f72656e656b6f7273732f62616e6b6c696e6b2f646f776e6c6f616473)](https://packagist.org/packages/renekorss/banklink)[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](LICENSE)

PHP Payment library
===================

[](#php-payment-library)

> PHP payment library to easily integrate Baltic banklinks, E-commerce gateaway (Estcard, Nets Estonia), Liizi Payment Link and Pocopay.
>
> View API documentation at

Install
-------

[](#install)

```
composer require renekorss/banklink
```

Supported providers
-------------------

[](#supported-providers)

Country / ProviderPaymentAuthentication**Estonia**Danskebank✅✅Coop Pank✅✅LHV✅✅SEB✅✅Swedbank✅✅Luminor✅✅Nordea✅✅Pocopay✅does not applyEstcard✅does not applyLiisi Payment Link✅does not apply**Lithuania**SEB✅does not applySwedbank✅does not applyLuminor✅does not applyŠiaulių✅does not applyEstcard✅does not applyHow to use?
-----------

[](#how-to-use)

For more information, please visit [Wiki](https://github.com/renekorss/Banklink/wiki). Basic example is below.

> **SECURITY WARNING**
>
> Never keep your private and public keys in publicly accessible folder. Instead place keys **under** root folder (usually `public_html` or `www`).
>
> If you store keys as strings in database, then they should be accessible only over HTTPS protocol.

### Payment

[](#payment)

```
