PHPackages                             tuutti/php-klarna-checkout - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. tuutti/php-klarna-checkout

ActiveLibrary[HTTP &amp; Networking](/categories/http)

tuutti/php-klarna-checkout
==========================

The checkout API is used to create a checkout with Klarna and update the checkout order during the purchase. As soon as the purchase is completed the order should be read and handled using the \[`Order Management API`\](https://docs.klarna.com/api/ordermanagement).\\n\\nRead more on \[Klarna checkout\](https://docs.klarna.com/klarna-checkout/).

2.0.0(3y ago)1296unlicensePHPPHP ^7.4 || ^8.0

Since Oct 18Pushed 2y ago1 watchersCompare

[ Source](https://github.com/tuutti/php-klarna-checkout)[ Packagist](https://packagist.org/packages/tuutti/php-klarna-checkout)[ Docs](https://openapi-generator.tech)[ RSS](/packages/tuutti-php-klarna-checkout/feed)WikiDiscussions 2.x Synced 1mo ago

READMEChangelog (9)Dependencies (5)Versions (15)Used By (0)

php-klarna-checkout
===================

[](#php-klarna-checkout)

The checkout API is used to create a checkout with Klarna and update the checkout order during the purchase. As soon as the purchase is completed the order should be read and handled using the [`Order Management API`](https://docs.klarna.com/api/ordermanagement).\\n\\nRead more on [Klarna checkout](https://docs.klarna.com/klarna-checkout/).

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/tuutti/php-klarna-checkout.git"
    }
  ],
  "require": {
    "tuutti/php-klarna-checkout": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
