PHPackages                             setono/sylius-quickpay-plugin - 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. [Payment Processing](/categories/payments)
4. /
5. setono/sylius-quickpay-plugin

ActiveSylius-plugin[Payment Processing](/categories/payments)

setono/sylius-quickpay-plugin
=============================

Quickpay payment plugin for Sylius

v1.5.0(7mo ago)350.5k↓72.3%2[6 issues](https://github.com/Setono/SyliusQuickpayPlugin/issues)[1 PRs](https://github.com/Setono/SyliusQuickpayPlugin/pulls)1MITPHPPHP &gt;=8.1CI passing

Since Jun 25Pushed 1w ago2 watchersCompare

[ Source](https://github.com/Setono/SyliusQuickpayPlugin)[ Packagist](https://packagist.org/packages/setono/sylius-quickpay-plugin)[ RSS](/packages/setono-sylius-quickpay-plugin/feed)WikiDiscussions 2.x Synced 2w ago

READMEChangelog (10)Dependencies (32)Versions (22)Used By (1)

Quickpay Payment Plugin for Sylius
==================================

[](#quickpay-payment-plugin-for-sylius)

[![Latest Version](https://camo.githubusercontent.com/045beda3a794a0b598074a4f47d4f0d73b4e2455e11bbc08cae90517373d98eb/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d717569636b7061792d706c7567696e2f762f737461626c65)](https://packagist.org/packages/setono/sylius-quickpay-plugin)[![Software License](https://camo.githubusercontent.com/ca3c60b8a7c6e9f893fc20282e770106ce481e8d0cad9136b3e59fb367a416c5/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d717569636b7061792d706c7567696e2f6c6963656e7365)](LICENSE)[![Build Status](https://github.com/Setono/SyliusQuickpayPlugin/actions/workflows/build.yaml/badge.svg?branch=2.x)](https://github.com/Setono/SyliusQuickpayPlugin/actions)[![Code Coverage](https://camo.githubusercontent.com/06893a318bc260832c9d223a26492f181b9eec63683a97601c9ae8a443fb2d08/68747470733a2f2f636f6465636f762e696f2f67682f5365746f6e6f2f53796c697573517569636b706179506c7567696e2f6272616e63682f322e782f67726170682f62616467652e737667)](https://codecov.io/gh/Setono/SyliusQuickpayPlugin)

Adds [Quickpay](https://quickpay.net) as a payment gateway to your Sylius store. The plugin integrates the [`setono/payum-quickpay`](https://github.com/Setono/payum-quickpay) Payum gateway into Sylius' checkout, state machine, and admin.

Requirements
------------

[](#requirements)

- PHP 8.1 or higher
- Sylius 1.x on Symfony ^6.4 (tested against Sylius 1.14)
- PSR-17 factories discoverable by `php-http/discovery` (e.g. `nyholm/psr7`) — the plugin itself brings `symfony/http-client` as its PSR-18 client

Installation
------------

[](#installation)

### 1. Install the plugin

[](#1-install-the-plugin)

The plugin builds on `setono/payum-quickpay` 2.x, which is still in pre-release, so your project must allow the pre-release versions explicitly:

```
composer require setono/sylius-quickpay-plugin:^2.0@alpha setono/payum-quickpay:^2.0@alpha setono/quickpay-php-sdk:^1.0@beta
```

If your project does not already provide PSR-17 factories:

```
composer require nyholm/psr7
```

### 2. Register the bundle

[](#2-register-the-bundle)

```
