PHPackages                             vanyok/pay-pal-yii-integration - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. vanyok/pay-pal-yii-integration

ActiveYii2-extension[Payment Processing](/categories/payments)

vanyok/pay-pal-yii-integration
==============================

Yii2 PayPal Api Extension use to integrate PayPal payments in your project using PaylPal php SDK v2

086PHP

Since Mar 12Pushed 7y ago2 watchersCompare

[ Source](https://github.com/Vanyok/pay-pal-yii-integration)[ Packagist](https://packagist.org/packages/vanyok/pay-pal-yii-integration)[ RSS](/packages/vanyok-pay-pal-yii-integration/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 PayPal Api Extension (Under development)
=============================================

[](#yii2-paypal-api-extension-under-development)

Yii2 PayPal Api extension use to integrate simple PayPal payment in your website.

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require vanyok/pay-pal-yii-integration:dev-master

```

or add

```
"vanyok/pay-pal-yii-integration": "dev-master"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

1. Create developer account in PayPal and then create an app. [PayPal Developer Dashboard](https://developer.paypal.com/).
2. Copy and paste the client Id and client secret in params.php file that exists in app config directory:

```
