cvek / alfabank-omnipay
Omnipay driver for Alfabank
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/cvek/alfabank-omnipay
Requires
- php: ^7.1
- omnipay/common: v3.0.2
Requires (Dev)
- omnipay/tests: ^3
- phpunit/phpunit: ^5.7|^6
- squizlabs/php_codesniffer: 3.*
This package is auto-updated.
Last update: 2025-10-20 02:37:18 UTC
README
Introduction
This library is based on Sberbank integration.
Download
Composer
// This assumes that you have composer installed globally
composer require CvekCoding/alfabank-omnipay
Solving problems with minimal stability
Add to your composer.json
{
"minimum-stability":"dev",
"prefer-stable": true
}