|
1 |
| -omnipay-ukash |
2 |
| -============= |
| 1 | +# Omnipay: Ukash |
3 | 2 |
|
4 |
| -Ukash driver for the Omnipay PHP payment processing library |
| 3 | +**Ukash driver for the Omnipay PHP payment processing library** |
| 4 | + |
| 5 | +[](https://travis-ci.org/dercoder/omnipay-ukash) |
| 6 | +[](https://coveralls.io/r/dercoder/omnipay-ukash?branch=master) |
| 7 | +[](https://scrutinizer-ci.com/g/dercoder/omnipay-ukash/) |
| 8 | +[](https://www.versioneye.com/user/projects/52e8db95ec13757beb00000c) |
| 9 | + |
| 10 | +[](https://packagist.org/packages/dercoder/omnipay-ukash) |
| 11 | +[](https://packagist.org/packages/dercoder/omnipay-ukash) |
| 12 | +[](https://packagist.org/packages/dercoder/omnipay-ukash) |
| 13 | +[](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