swordbros/omnipay-sberbank

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

Installs: 39

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/swordbros/omnipay-sberbank

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

This package is auto-updated.

Last update: 2025-09-26 03:54:11 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
}