PHPackages                             bitcko/yii2-bitcko-paypal-api - 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. bitcko/yii2-bitcko-paypal-api

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

bitcko/yii2-bitcko-paypal-api
=============================

Bitcko Yii2 Paypal Api Extension use to integrate Paypal payments in your project using Paylpal php SDK

29.1k↓25%6[3 issues](https://github.com/bitcko/yii2-bitcko-paypal-api/issues)PHP

Since Dec 27Pushed 7y ago1 watchersCompare

[ Source](https://github.com/bitcko/yii2-bitcko-paypal-api)[ Packagist](https://packagist.org/packages/bitcko/yii2-bitcko-paypal-api)[ RSS](/packages/bitcko-yii2-bitcko-paypal-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 Bitcko PayPal Api Extension
================================

[](#yii2-bitcko-paypal-api-extension)

Yii2 Bitcko 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 bitcko/yii2-bitcko-paypal-api:dev-master

```

or add

```
"bitcko/bitcko/yii2-bitcko-paypal-api": "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:

```
