hiqdev/omnipay-paypal
PayPal driver for Omnipay PHP payment library
dev-master
2018-02-19 10:44 UTC
Requires
- omnipay/common: ~2.3
Requires (Dev)
- omnipay/tests: ~2.0
- hiqdev/hidev-php: *
- hiqdev/hidev-hiqdev: *
README
PayPal driver for Omnipay PHP payment library
Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 5.3+.
This package implements PayPal support for Omnipay.
Installation
The preferred way to install this library is through composer.
Either run
php composer.phar require "hiqdev/omnipay-paypal"
or add
"hiqdev/omnipay-paypal": "*"
to the require section of your composer.json.
License
This project is released under the terms of the MIT license. Read more here.
Copyright © 2015-2017, HiQDev (http://hiqdev.com/)