Download the PHP package renekorss/banklink without Composer
On this page you can find all versions of the php package renekorss/banklink. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package banklink
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 https://renekorss.github.io/Banklink/
Install
`
Supported providers
Country / Provider | Payment | Authentication |
---|---|---|
Estonia | ||
Danskebank | :white_check_mark: | :white_check_mark: |
Coop Pank | :white_check_mark: | :white_check_mark: |
LHV | :white_check_mark: | :white_check_mark: |
SEB | :white_check_mark: | :white_check_mark: |
Swedbank | :white_check_mark: | :white_check_mark: |
Luminor | :white_check_mark: | :white_check_mark: |
Nordea | :white_check_mark: | :white_check_mark: |
Pocopay | :white_check_mark: | does not apply |
Estcard | :white_check_mark: | does not apply |
Liisi Payment Link | :white_check_mark: | does not apply |
Lithuania | ||
SEB | :white_check_mark: | does not apply |
Swedbank | :white_check_mark: | does not apply |
Luminor | :white_check_mark: | does not apply |
Šiaulių | :white_check_mark: | does not apply |
Estcard | :white_check_mark: | does not apply |
How to use?
For more information, please visit 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
orwww
).If you store keys as strings in database, then they should be accessible only over HTTPS protocol.
Payment
``
Authentication
``
Response from provider
``
Tasks
composer build
- build by running tests and all code checkscomposer test
- run testscomposer format
- format code against standardscomposer docs
- build API documentationcomposer phpmd
- run PHP Mess Detectorcomposer phpcs
- run PHP CodeSniffer
License
Licensed under MIT
All versions of banklink with dependencies
ext-mbstring Version *
lib-openssl Version *