2017 © Pedro Peláez
 

yii2-extension yii2_paypal

The PayPal extension for the Yii2 framework

image

nlsoft/yii2_paypal

The PayPal extension for the Yii2 framework

  • Monday, September 26, 2016
  • by minhhoit
  • Repository
  • 1 Watchers
  • 0 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % 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 nlsoft/yii2-paypal "*" "nlsoft/yii2_paypal": "dev-master" Add to to you Yii2 config file this part with component settings:, (*3)

``` 'paypal'=> [ 'class' => 'nlsoft\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' => \nlsoft\Paypal::MODE_SANDBOX, // development (sandbox) or production (live) mode 'log.LogEnabled' => YII_DEBUG ? 1 : 0, 'log.FileName' => '@runtime/logs/paypal.log', 'log.LogLevel' => \nlsoft\Paypal::LOG_LEVEL_FINE, ] ],, (*4)

The Versions

26/09 2016

dev-master

9999999-dev

The PayPal extension for the Yii2 framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Minh Ho

yii2 paypal