yii-paypal

A PayPal component for Yii framework to utilize Express Checkout and Direct Payment APIs

  • Owner: stdevteam/yii-paypal
  • Platform:
  • License::
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

yii-paypal

A PayPal component for Yii framework to utilize Express Checkout and Direct Payment APIs

Installation

Download the package, extract the component file (Paypal.php) to your components directory and optionally extract
sample controller and view files to test the component.
After place the Paypal configuration array inside your 'components' definitions.

'Paypal' => array(
	'class'=>'application.components.Paypal',
	'apiUsername' => 'YOUR_API_USERNAME',
	'apiPassword' => 'YOUR_API_PASSWORD',
	'apiSignature' => 'YOUR_API_SIGNATURE',
	'apiLive' => false,
	
	'returnUrl' => 'paypal/confirm/', //regardless of url management component
	'cancelUrl' => 'paypal/cancel/', //regardless of url management component
	
    // Default currency to use, if not set USD is the default
    'currency' => 'USD',

    // Default description to use, defaults to an empty string
    //'defaultDescription' => '',

    // Default Quantity to use, defaults to 1
    //'defaultQuantity' => '1',

	//The version of the paypal api to use, defaults to '3.0' (review PayPal documentation to include a valid API version)
    //'version' => '3.0',
),

Main metrics

Overview
Name With Ownerstdevteam/yii-paypal
Primary LanguagePHP
Program languagePHP (Language Count: 1)
Platform
License:
所有者活动
Created At2013-01-09 20:23:35
Pushed At2022-04-05 12:58:05
Last Commit At2022-04-05 16:58:05
Release Count0
用户参与
Stargazers Count37
Watchers Count14
Fork Count21
Commits Count18
Has Issues Enabled
Issues Count12
Issue Open Count6
Pull Requests Count4
Pull Requests Open Count0
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private