swordbros/omnipay-sberbank

Omnipay driver for Sberbank By SWORD BROS. https://swordbros.com

v1.6 2021-11-22 14:49 UTC

This package is auto-updated.

Last update: 2024-04-26 00:25:24 UTC


README

License

Introduction

This library implements the work with Sberbank acquiring api via theleague Omnipay processing library for PHP. It has a clear and consistent API, is fully unit tested.

This package supports PHP 7.1 and higher

Download

Composer

// This assumes that you have composer installed globally
composer require swordbros/omnipay-sberbank

Solving problems with minimal stability

Add to your composer.json

{
  "minimum-stability":"dev",
  "prefer-stable": true
}