2017 © Pedro Peláez
 

yii2-extension yii2-icepay

An extension to the Icepay API for Yii2

image

subdee/yii2-icepay

An extension to the Icepay API for Yii2

  • Thursday, April 16, 2015
  • by subdee
  • Repository
  • 2 Watchers
  • 0 Stars
  • 25 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Icepay Extension for Yii2

An extension to the Icepay API for Yii2, (*1)

Installation

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

Either run, (*3)

php composer.phar require --prefer-dist subdee/yii2-icepay "*"

or add, (*4)

"subdee/yii2-icepay": "*"

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

Usage

Once the extension is installed, initialize it as a component in your config file:, (*6)

'components' => [
    ...
    'icepay' => [
        'class' => 'subdee\icepay\Icepay',
        'merchantID' => 'merchant id',
        'secretCode' => 'secretCode',
    ],
    ...
],

and then use it anywhere in your application as a component:, (*7)

$methods = \Yii::$app->icepay->getPaymentMethods();

The Versions

16/04 2015

dev-master

9999999-dev

An extension to the Icepay API for Yii2

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

by Kostas Thermos

extension yii2 icepay

15/10 2014

1.1

1.1.0.0

An extension to the Icepay API for Yii2

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

by Kostas Thermos

extension yii2 icepay

15/10 2014

v1.0

1.0.0.0

An extension to the Icepay API for Yii2

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

by Kostas Thermos

extension yii2 icepay