Skip to content

Commit 33c051a

Browse files
committed
Create README.md
1 parent 98b7750 commit 33c051a

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

README.md

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Omnipay: TargetPay
2+
3+
**TargetPay driver for the Omnipay PHP payment processing library**
4+
5+
[![Build Status](https://travis-ci.org/omnipay/targetpay.png?branch=master)](https://travis-ci.org/omnipay/targetpay)
6+
[![Latest Stable Version](https://poser.pugx.org/omnipay/targetpay/version.png)](https://packagist.org/packages/omnipay/targetpay)
7+
[![Total Downloads](https://poser.pugx.org/omnipay/targetpay/d/total.png)](https://packagist.org/packages/omnipay/targetpay)
8+
9+
[Omnipay](https://github.com/omnipay/omnipay) is a framework agnostic, multi-gateway payment
10+
processing library for PHP 5.3+. This package implements TargetPay support for Omnipay.
11+
12+
## Installation
13+
14+
Omnipay is installed via [Composer](http://getcomposer.org/). To install, simply add it
15+
to your `composer.json` file:
16+
17+
```json
18+
{
19+
"require": {
20+
"omnipay/targetpay": "~2.0"
21+
}
22+
}
23+
```
24+
25+
And run composer to update your dependencies:
26+
27+
$ curl -s http://getcomposer.org/installer | php
28+
$ php composer.phar update
29+
30+
## Basic Usage
31+
32+
The following gateways are provided by this package:
33+
34+
* TargetPay_Directebanking
35+
* TargetPay_Ideal
36+
* TargetPay_Mrcash
37+
38+
For general usage instructions, please see the main [Omnipay](https://github.com/omnipay/omnipay)
39+
repository.
40+
41+
## Support
42+
43+
If you are having general issues with Omnipay, we suggest posting on
44+
[Stack Overflow](http://stackoverflow.com/). Be sure to add the
45+
[omnipay tag](http://stackoverflow.com/questions/tagged/omnipay) so it can be easily found.
46+
47+
If you want to keep up to date with release anouncements, discuss ideas for the project,
48+
or ask more detailed questions, there is also a [mailing list](https://groups.google.com/forum/#!forum/omnipay) which
49+
you can subscribe to.
50+
51+
If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/omnipay/targetpay/issues),
52+
or better yet, fork the library and submit a pull request.

0 commit comments

Comments
 (0)