Download the PHP package bummzack/omnipay-postfinance without Composer

On this page you can find all versions of the php package bummzack/omnipay-postfinance. 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 omnipay-postfinance

Omnipay: Postfinance

Postfinance Gateway for the Omnipay PHP payment processing library.

Build Status Code Coverage Scrutinizer Code Quality Latest Stable Version Latest Unstable Version License

Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 5.3+.

This Gateway implements offsite payments via Postfinance. Purchase and Authorization are available, capturing an authorized payment has to be performed via Postfinance backend (not currently implemented for this Gateway).

Please note: This gateway cannot successfully complete your requests if you don't use an SHA-OUT signature. If you don't set the SHA-OUT signature in the Postfinance backend, callback URLs won't be supplied with any parameters, which makes it impossible to determine success or failure of a payment-request.

Installation

Omnipay can be installed using Composer. Installation instructions.

Run the following command to install omnipay and the postfinance gateway:

composer require bummzack/omnipay-postfinance ~1.0

Configuration in the Postfinance Backend

This is the easiest way to setup your Postfinance account to work with the Omnipay Gateway:

  1. In the Global Security Parameters tab, choose Each parameter followed by the passphrase. as the way to hash parameters.
  2. The Hash algorithm can be chosen freely, but must be supplied as hashingMethod parameter to the gateway if you're using anything else than the default (sha1)
  3. Make sure to supply an SHA-IN pass phrase in the Data and origin verification tab
  4. Under Transaction feedback, make sure to check I would like to receive transaction feedback parameters on the redirection URLs and supply a SHA-OUT pass phrase.

Basic Usage

Payment requests to the Postfinance Gateway must at least supply the following parameters:

It is highly recommended to use SHA-IN and -OUT signatures for your requests.


All versions of omnipay-postfinance with dependencies

PHP Build Version
Package Version
Requires omnipay/common Version ^3.0
league/omnipay Version ^3
guzzlehttp/guzzle Version ^6.3||^7.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 bummzack/omnipay-postfinance contains the following files

Loading the files please wait ....