Skip to content

Commit f4ee35c

Browse files
committed
Update README.md
1 parent 85a0946 commit f4ee35c

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
# Omnipay Common
22

3-
Core components for the Omnipay payment processing library
3+
**Core components for the Omnipay PHP payment processing library**
44

55
[![Build Status](https://travis-ci.org/omnipay/common.png?branch=master)](https://travis-ci.org/omnipay/common)
66
[![Latest Stable Version](https://poser.pugx.org/omnipay/common/version.png)](https://packagist.org/packages/omnipay/common)
77
[![Total Downloads](https://poser.pugx.org/omnipay/common/d/total.png)](https://packagist.org/packages/omnipay/common)
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 common classes required by Omnipay.
11+
12+
## Support
13+
14+
If you are having general issues with Omnipay, we suggest posting on
15+
[Stack Overflow](http://stackoverflow.com/). Be sure to add the
16+
[omnipay tag](http://stackoverflow.com/questions/tagged/omnipay) so it can be easily found.
17+
18+
If you want to keep up to date with release anouncements, discuss ideas for the project,
19+
or ask more detailed questions, there is also a [mailing list](https://groups.google.com/forum/#!forum/omnipay) which
20+
you can subscribe to.
21+
22+
If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/omnipay/common/issues),
23+
or better yet, fork the library and submit a pull request.

0 commit comments

Comments
 (0)