2017 © Pedro Peláez
 

yii2-extension yii2-paymentgate-alphabank

Extension for payment through the payment gateway of the Alfabank

image

f1r3starter/yii2-paymentgate-alphabank

Extension for payment through the payment gateway of the Alfabank

  • Wednesday, September 13, 2017
  • by f1r3starter
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Payment Gate for Alfabank

Installation

The preferred way to install this extension is through composer., (*1)

Either run, (*2)

php composer.phar require --prefer-dist veksoftware/yii2-paymentgate-alphabank "*"

or add, (*3)

"veksoftware/yii2-paymentgate-alphabank": "*"

to the require section of your composer.json file., (*4)

Usage

Once the extension is installed, simply use it in your code by :, (*5)

// config/main.php
<?php
    'components' => [
        'paymentgate_alphabank' => [
            'class' => '\paymentgate_alphabank\components\PaymentComponent',
            'userName' => 'my_login_at_service',
            'password' => 'my password at service',
            'gatewayUrl' => 'https://www.test.com/rest/',
            'returnUrl' => '',
        ]
    ]

Then you can use it in your code :, (*6)


The Versions

13/09 2017

dev-master

9999999-dev

Extension for payment through the payment gateway of the Alfabank

  Sources   Download

MIT

The Requires

 

by Mikhail Eremeev

extension payment yii2