Skip to content

Commit a921395

Browse files
committed
Update README
1 parent 57d5baf commit a921395

File tree

1 file changed

+55
-3
lines changed

1 file changed

+55
-3
lines changed

README.md

Lines changed: 55 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,56 @@
1-
omnipay-ukash
2-
=============
1+
# Omnipay: Ukash
32

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

0 commit comments

Comments
 (0)