Download the PHP package alegra/omnipay-klarna without Composer
On this page you can find all versions of the php package alegra/omnipay-klarna. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download alegra/omnipay-klarna
More information about alegra/omnipay-klarna
Files in alegra/omnipay-klarna
Package omnipay-klarna
Short Description Klarna gateway for Omnipay payment processing library
License MIT
Homepage https://github.com/alegraio/omnipay-klarna
Informations about the package omnipay-klarna
omnipay-klarna
Klarna gateway for Omnipay payment processing library
Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 7.3+. This package implements Klarna Online Payment Gateway support for Omnipay.
Requirement
- PHP >= 7.3.x,
- Omnipay V.3 repository,
- PHPUnit to run tests
Autoload
You have to install omnipay V.3
Then you have to install omnipay-payu package:
payment-klarna
follows the PSR-4 convention names for its classes, which means you can easily integratepayment-klarna
classes loading in your own autoloader.
Basic Usage
- You can use /examples folder to execute examples. This folder is exists here only to show you examples, it is not for production usage.
- First in /examples folder:
Authorize Example
- You can check authorize.php file in /examples folder.
Purchase Example
- You can check purchase.php file in /examples folder.
Refund Example
- You can check refund.php file in /examples folder.
requestParams:
System send request to klarna api. It shows request information.
All versions of omnipay-klarna with dependencies
omnipay/common Version ^3
ext-json Version *
ext-simplexml Version *
ext-dom Version *
ext-soap Version *