PHPackages                             naif/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. naif/paypal

ActiveLibrary[Payment Processing](/categories/payments)

naif/paypal
===========

A Laravel Nova card to display PayPal current balance and latest transactions

v1.7(7y ago)123563MITVuePHP &gt;=7.1.0

Since Sep 8Pushed 6y ago1 watchersCompare

[ Source](https://github.com/naifalshaye/nova-paypal)[ Packagist](https://packagist.org/packages/naif/paypal)[ RSS](/packages/naif-paypal/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (8)DependenciesVersions (9)Used By (0)

Nova PayPal Card
================

[](#nova-paypal-card)

A Laravel Nova card to display PayPal current balance and latest transactions.

Installation:
-------------

[](#installation)

You can install the package in to a Laravel app that uses Nova via composer:

```
composer require naif/paypal
```

Usage:
------

[](#usage)

#### Add the below to the card function in app/Providers/NovaServiceProvider.php

[](#add-the-below-to-the-card-function-in-appprovidersnovaserviceproviderphp)

```
protected function cards()
{
    return [
      (new Paypal())

      //you can set days to retrieve transacitons
      (new Paypal())->days(3)  //default last 5 days

      //you can specifivy how many transactions to retreive
      (new Paypal())->count(5) //default is 10 transactions

      //you can hide PayPal logo
      (new Paypal())->hideLogo(true) //default false

     //Example for all options
     (new Paypal())->days(3)->count(5)->hideLogo(true)
    ];
}
```

Support:
--------

[](#support)

License:
--------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 96% 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.

###  Release Activity

Cadence

Every ~18 days

Recently: every ~32 days

Total

8

Last Release

2674d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/323a5cbb1087ce4edc9deec40b03736b6d43a3ca205615b346108ed57f58e50e?d=identicon)[naifdev](/maintainers/naifdev)

---

Top Contributors

[![naifalshaye](https://avatars.githubusercontent.com/u/23122187?v=4)](https://github.com/naifalshaye "naifalshaye (24 commits)")[![RicLeP](https://avatars.githubusercontent.com/u/19726976?v=4)](https://github.com/RicLeP "RicLeP (1 commits)")

---

Tags

laravelpaypalnova

### Embed Badge

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

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

###  Alternatives

[larabook/gateway

A Laravel package for connecting to all Iraninan payment gateways

24553.7k](/packages/larabook-gateway)[amsgames/laravel-shop

Package set to provide shop or e-commerce functionality (such as CART, ORDERS, TRANSACTIONS and ITEMS) to Laravel for customizable builds.

4845.9k](/packages/amsgames-laravel-shop)[logicalgrape/paypal-ipn-laravel

A PayPal IPN client for Laravel.

3416.2k](/packages/logicalgrape-paypal-ipn-laravel)[tomatophp/filament-payments

Manage your payments inside FilamentPHP app with multi payment gateway integration

542.3k](/packages/tomatophp-filament-payments)

PHPackages © 2026

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