https://github.com/hiqdev/omnipay-paypal
PayPal plugin for PHP merchant library
https://github.com/hiqdev/omnipay-paypal
hacktoberfest
Last synced: 8 months ago
JSON representation
PayPal plugin for PHP merchant library
- Host: GitHub
- URL: https://github.com/hiqdev/omnipay-paypal
- Owner: hiqdev
- License: mit
- Created: 2015-10-22T14:41:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-17T09:32:05.000Z (about 2 years ago)
- Last Synced: 2024-10-23T16:41:33.963Z (over 1 year ago)
- Topics: hacktoberfest
- Language: PHP
- Size: 55.7 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Omnipay: PayPal
**PayPal driver for Omnipay PHP payment library**
[](https://packagist.org/packages/hiqdev/omnipay-paypal)
[](https://packagist.org/packages/hiqdev/omnipay-paypal)
[](https://travis-ci.org/hiqdev/omnipay-paypal)
[](https://scrutinizer-ci.com/g/hiqdev/omnipay-paypal/)
[](https://scrutinizer-ci.com/g/hiqdev/omnipay-paypal/)
[](https://www.versioneye.com/php/hiqdev:omnipay-paypal/dev-master)
[Omnipay] is a framework agnostic, multi-gateway payment processing
library for PHP 5.3+.
This package implements [PayPal] support for Omnipay.
[Omnipay]: https://github.com/omnipay/omnipay
[PayPal]: https://paypal.com/
## Installation
The preferred way to install this library is through [composer](http://getcomposer.org/download/).
Either run
```sh
php composer.phar require "hiqdev/omnipay-paypal"
```
or add
```json
"hiqdev/omnipay-paypal": "*"
```
to the require section of your composer.json.
## License
This project is released under the terms of the MIT [license](LICENSE).
Read more [here](http://choosealicense.com/licenses/mit).
Copyright © 2015-2017, HiQDev (http://hiqdev.com/)