Download the PHP package vaado/de_seb without Composer

On this page you can find all versions of the php package vaado/de_seb. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package de_seb

SEB Banklink Module

Compatibility

PrestaShop v1.7.x

Introduction

SEB banklink offers a comfortable payment option for an online shop client. After goods have been selected in the online shop, the client is re-directed to SEB Internet bank, where they can pay for their purchases by confirming a pre-completed payment order. The seller is notified about the order immediately after it has been paid for. Tested under PrestaShop 1.7 and only on default theme. For configuration you need to generete generate private key pair. The configurations need your private key, seb bank public key and snd id. SEB Bank is shown in invoice, in emails, in the order confirmation and in the order detail page.

Installation

Composer

For the activation of the bank link in SEB’s live system the merchant has to send its public key to [email protected]. After that SEB replies by sending their public key and merchant’s VK_SND_ID parameter. Private key must always be kept secret (also from SEB). SEB uses x.509 standard .PEM format certificates and the private key length should be 2048 bits. For the service of "Bank Link" separate set of keys is recommended which should be different from the WWW server certificate keys. We recommend using OPENSSL (http://www.openssl.org) in order to generate the 2048 bit long private key for "Bank Link" service. This key should be used to make a certificate request. Certificate request should be sent via email to your SEB Account Manager. Received Certificate request will be signed by SEB and certificate file will be created.

The private key can be generated using this command:

And certificate request can be made like this:

The outputs of these commands are 2 files: “privkey.pem”contains the private key (do not reveal this file content to anybody) and “request.pem” contains the certificate request (which should be sent to the bank via email)

Features


All versions of de_seb with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package vaado/de_seb contains the following files

Loading the files please wait ....