8000 Create README.md · thephpleague/omnipay-netaxept@23d4c3a · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 23d4c3a

Browse files
committed
Create README.md
1 parent 843ad24 commit 23d4c3a

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: Netaxept
2+
3+
**Netaxept driver for the Omnipay PHP payment processing library**
4+
5+
[![Build Status](https://travis-ci.org/omnipay/netaxept.png?branch=master)](https://travis-ci.org/omnipay/netaxept)
6+
[![Latest Stable Version](https://poser.pugx.org/omnipay/netaxept/version.png)](https://packagist.org/packages/omnipay/netaxept)
7+
[![Total Downloads](https://poser.pugx.org/omnipay/netaxept/d/total.png)](https://packagist.org/packages/omnipay/netaxept)
8+
9+
[Omnipay](https://github.com/omnipay/omnipay) is a framework agnostic, multi-gatnetaxept payment
10+
processing library for PHP 5.3+. This package implements Netaxept 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/netaxept": "~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+
* Netaxept
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/netaxept/issues),
50+
or better yet, fork the library and submit a pull request.

0 commit comments

Comments
 (0)
0