2017 © Pedro Peláez
 

yii2-extension yii2-paypal

The PayPal extension for the Yii2 framework

image

andrey-klimenko/yii2-paypal

The PayPal extension for the Yii2 framework

  • Monday, December 15, 2014
  • by bllem
  • Repository
  • 5 Watchers
  • 32 Stars
  • 112 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 42 Forks
  • 4 Open issues
  • 4 Versions
  • 1 % Grown

The README.md

PayPal extension for the Yii2

PayPal payment extension for the Yii2., (*1)

Installation

Add to the composer.json file following section:, (*2)

php composer.phar require --prefer-dist marciocamello/yii2-paypal "*"
"marciocamello/yii2-paypal": "dev-master"

Add to to you Yii2 config file this part with component settings:, (*3)

'paypal'=> [
    'class'        => 'marciocamello\Paypal',
    'clientId'     => 'you_client_id',
    'clientSecret' => 'you_client_secret',
    'isProduction' => false,
     // This is config file for the PayPal system
     'config'       => [
         'http.ConnectionTimeOut' => 30,
         'http.Retry'             => 1,
         'mode'                   => \marciocamello\Paypal::MODE_SANDBOX, // development (sandbox) or production (live) mode
         'log.LogEnabled'         => YII_DEBUG ? 1 : 0,
         'log.FileName'           => '@runtime/logs/paypal.log',
        'log.LogLevel'           => \marciocamello\Paypal::LOG_LEVEL_FINE,
    ]
],

The Versions

15/12 2014

dev-master

9999999-dev

The PayPal extension for the Yii2 framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Marcio Camello

yii2 paypal

19/05 2014

dev-Development

dev-Development

The PayPal extension for the Yii2 framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Andrey Klimenko

yii2 paypal

16/05 2014

v0.1.1

0.1.1.0

The PayPal extension for the Yii2 framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Andrey Klimenko

yii2 paypal

16/05 2014

v0.1.0

0.1.0.0

The PayPal extension for the Yii2 framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Andrey Klimenko

yii2 paypal