Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Commit

Permalink
add installation info to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Zogg committed Jul 3, 2014
1 parent 877275d commit a5e409c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Expand Up @@ -4,6 +4,22 @@
[![Total Downloads](https://poser.pugx.org/payment/saferpay/downloads.png)](https://packagist.org/packages/payment/saferpay)
[![Latest Stable Version](https://poser.pugx.org/payment/saferpay/v/stable.png)](https://packagist.org/packages/payment/saferpay)

#### installation

##### with buzz

```{.json}`
"payment/saferpay": "~3.0"
"payment/httpclient-buzz": "~1.2"
``

##### with guzzle

```{.json}`
"payment/saferpay": "~3.0"
"payment/httpclient-buzz": "~1.0"
``

#### a simple implementation

##### uses default (with buzz client)
Expand Down

0 comments on commit a5e409c

Please sign in to comment.