Download the PHP package taron96/omnipay-liqpay without Composer
On this page you can find all versions of the php package taron96/omnipay-liqpay. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package omnipay-liqpay
Omnipay: LiqPay
LiqPay driver for the Omnipay Laravel payment processing library
Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 5.5+. This package implements LiqPay support for Omnipay.
Installation
Omnipay is installed via Composer. To install, simply add it
to your composer.json
file:
And run composer to update your dependencies:
composer update
Or you can simply run
composer require taron96/omnipay-liqpay
Basic Usage
-
Use Omnipay gateway class:
-
Initialize LiqPay gateway:
-
Call purchase, pass all necessary data and call sendData. It will return Response object which will contain all necessary data for form submission.
- Create a webhook controller to handle the callback request at your
LIQPAY_RETURN_URL
and catch the webhook as follows
For general usage instructions, please see the main Omnipay repository.
Support
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 announcements, 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.
All versions of omnipay-liqpay with dependencies
ext-json Version *
php Version ^8
symfony/http-client Version ^6.3
php-http/httplug Version ^2.4
nyholm/psr7 Version ^1.8