Skip to content

QIWI-API/woocommerce-payment-qiwi

Repository files navigation

QIWI payment gateway for Woocommerce

This Wordpress plugin allows Woocommerce based store accept payments over QIWI universal payments protocol.

Installation

This plugin depends on Woocommerce 3 and minimum requires PHP 7 witch cURL extension.

Manual installation

Please, check release archive, or build package which Composer from source. The WordPress codex contains instructions how to setup plugins on you site.

Composer installation

This package provides automatic installation over Composer:

composer require qiwi/woocommerce-payment-qiwi

This method use Installers extension to menage source of your site.

From source

Another way is setup plugin from source. Get package witch Composer into plugins directory of yours site source.

git clone [email protected]:QIWI-API/woocommerce-payment-qiwi.git
cd woocommerce-payment-qiwi
composer install --no-dev