PHPackages                             nlsoft/yii2\_paypal - 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. nlsoft/yii2\_paypal

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

nlsoft/yii2\_paypal
===================

The PayPal extension for the Yii2 framework

020PHP

Since Sep 26Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

PayPal extension for the Yii2 PayPal payment extension for the Yii2.

Installation Add to the composer.json file following section:

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:

```
'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,
    ]
],

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/46f4a97236b48dd43e207262215f76a27d05fa83f9d29dc73356db371400051d?d=identicon)[minhhoit](/maintainers/minhhoit)

---

Top Contributors

[![minhhoit](https://avatars.githubusercontent.com/u/16641296?v=4)](https://github.com/minhhoit "minhhoit (2 commits)")

### Embed Badge

![Health badge](/badges/nlsoft-yii2-paypal/health.svg)

```
[![Health](https://phpackages.com/badges/nlsoft-yii2-paypal/health.svg)](https://phpackages.com/packages/nlsoft-yii2-paypal)
```

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
