Skip to content

Commit af33ef2

Browse files
committed
Create README.md
1 parent ad46571 commit af33ef2

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

README.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Omnipay: eWay
2+
3+
**eWay driver for the Omnipay PHP payment processing library**
4+
5+
[![Build Status](https://travis-ci.org/omnipay/eway.png?branch=master)](https://travis-ci.org/omnipay/eway)
6+
[![Latest Stable Version](https://poser.pugx.org/omnipay/eway/version.png)](https://packagist.org/packages/omnipay/eway)
7+
[![Total Downloads](https://poser.pugx.org/omnipay/eway/d/total.png)](https://packagist.org/packages/omnipay/eway)
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 eWay 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/eway": "~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+
* Eway_Rapid
35+
36+
For general usage instructions, please see the main [Omnipay](https://github.com/omnipay/omnipay)
37+
repository.
38+
39+
## Support
40+
41+
If you are having general issues with Omnipay, we suggest posting on
42+
[Stack Overflow](http://stackoverflow.com/). Be sure to add the
43+
[omnipay tag](http://stackoverflow.com/questions/tagged/omnipay) so it can be easily found.
44+
45+
If you want to keep up to date with release anouncements, discuss ideas for the project,
46+
or ask more detailed questions, there is also a [mailing list](https://groups.google.com/forum/#!forum/omnipay) which
47+
you can subscribe to.
48+
49+
If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/omnipay/eway/issues),
50+
or better yet, fork the library and submit a pull request.

0 commit comments

Comments
 (0)