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