Skip to content

Commit ca22a0e

Browse files
committed
Added installation instructions to readme.
Improved readme.
1 parent 513dabd commit ca22a0e

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
# Omnipay: Postfinance
22

3+
**Postfinance Gateway for the Omnipay PHP payment processing library.**
4+
35
[![Build Status](https://api.travis-ci.org/bummzack/omnipay-postfinance.png)](https://travis-ci.org/bummzack/omnipay-postfinance)
46

5-
Ominpay Gateway for Postfinance.
7+
[Omnipay](https://github.com/thephpleague/omnipay) is a framework agnostic, multi-gateway payment
8+
processing library for PHP 5.3+.
69

7-
This Gateway implements offsite payments via Postfinance. Purchase and Authorization are available, capturing an authorized payment has to be performed via Postfinance backend though (not currently implemented for this Gateway).
10+
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).
811

912
**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.
1013

14+
## Installation
15+
16+
Omnipay can be installed using [Composer](https://getcomposer.org/). [Installation instructions](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx).
17+
18+
Run the following command to install omnipay and the postfinance gateway:
19+
20+
composer require bummzack/omnipay-postfinance ~0.1
1121

1222
## Basic Usage
1323

0 commit comments

Comments
 (0)