Paxum driver for PHP merchant library
Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 5.3+.
This package implements Paxum support for Omnipay.
The preferred way to install this library is through composer.
Either run
php composer.phar require "hiqdev/omnipay-paxum"
or add
"hiqdev/omnipay-paxum": "*"
to the require section of your composer.json.
The following gateway is provided by this package:
For general usage instructions, please see the main Omnipay repository.
If you are having general issues with Omnipay, we suggest posting on Stack Overflow. Be sure to add the omnipay tag so it can be easily found.
If you want to keep up to date with release anouncements, discuss ideas for the project, or ask more detailed questions, there is also a mailing list which you can subscribe to.
If you believe you have found a bug, please report it using the GitHub issue tracker, or better yet, fork the library and submit a pull request.
This project is released under the terms of the MIT license. Read more here.
Copyright © 2015-2017, HiQDev (http://hiqdev.com/)