PHPackages                             iwaysgmbh/module-paypal-instalments-banners - 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. iwaysgmbh/module-paypal-instalments-banners

ActiveMagento2-module[Payment Processing](/categories/payments)

iwaysgmbh/module-paypal-instalments-banners
===========================================

PayPal Instalments Banners for Magento 2

1.0.2(5y ago)02.7kOSL-3.0PHPPHP ~7.2.0|~7.3.0|~7.4.3

Since May 6Pushed 4y ago2 watchersCompare

[ Source](https://github.com/i-ways/magento2-paypal-instalments-banners)[ Packagist](https://packagist.org/packages/iwaysgmbh/module-paypal-instalments-banners)[ RSS](/packages/iwaysgmbh-module-paypal-instalments-banners/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (7)Used By (0)

Magento 2 PayPal Instalments Banners
====================================

[](#magento-2-paypal-instalments-banners)

PayPal Instalments Banners is a solution where PayPal offers to your customers the possibility to preview calculated instalments as individual payment option on every activated shop area, where its banner is being rendered. Through a click on it a popup appears, showing desired information, based on current cart items price sum and currently viewed product. This option is perfect for higher priced items. IMPORTANT: Customers aren’t able to proceed any payment through those banners.

Requirements
------------

[](#requirements)

- Magento Community Edition v2.3.2 or newer
- PHP v7.2.0 or newer
- PayPal Merchant Credentials

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

[](#installation)

In order to install this module with composer, please edit or create “repositories” entry in composer.json file:

```
{
	"repositories": [
		{
			"url": "https://github.com/i-ways/magento2-paypal-instalments-banners",
			"type": "vcs"
		}
	]
}

```

Then add following line to “require” entry in the same file:

```
{
	"require": {
		"iways/module-paypal-instalments-banners": “~1.0.2”
	}
}

```

or let composer do it for you with command “composer require iways/module-paypal-instalments-banners”.

Now enable the module using Magento 2 CLI from your application root:

```
bin/magento module:enable --clear-static-content Iways_PaypalInstalmentsBanners

```

In order to initialize database updates please run following command afterwards:

```
bin/magento setup:upgrade

```

Depending on your Magento 2 installation setup, you may want to run following additional command:

```
bin/magento setup:di:compile

```

At this point Paypal Instalments Banners modul should be installed, correctly enabled with default configuration and ready to use. You may have to still enter a valid PayPal Merchant Client ID in Magento’s Administration Panel, save configuration and flush your Magento’s cache in order to see banners being rendered on frontend. See configuration options under Stores / Configuration / PAYPAL / Instalments Banners, possible values for each area are none (no rendering), white, gray, blue and black.

Filesystem
----------

[](#filesystem)

```
.
├── Block
│   ├── Widget
│   │   └── Banner.php
│   ├── Head.php
│   └── Logo.php
├── Helper
│   └── Data.php
├── Model
│   ├── System
│   │   └── Config
│   │       └── Source
│   │           └── Banner
│   │               ├── Color.php
│   │               └── Ratio.php
│   └── ConfigProvider.php
├── Observer
│   └── Admin
│       └── System
│           └── Config
│               └── Changed
│                   └── Section
│                       └── Validate.php
├── etc
│   ├── adminhtml
│   │   ├── events.xml
│   │   └── system.xml
│   ├── frontend
│   │   └── di.xml
│   ├── acl.xml
│   ├── config.xml
│   ├── module.xml
│   └── widget.xml
├── i18n
│   └── de_DE.csv
├── view
│   ├── adminhtml
│   │   └── web
│   │       └── images
│   │           ├── icon_32x32.png
│   │           └── icon_64x64.png
│   └── frontend
│       ├── layout
│       │   ├── catalog_product_view.xml
│       │   ├── catalog_product_view_type_bundle.xml
│       │   ├── catalog_product_view_type_configurable.xml
│       │   ├── catalog_product_view_type_downloadable.xml
│       │   ├── checkout_cart_index.xml
│       │   ├── checkout_index_index.xml
│       │   └── default.xml
│       ├── templates
│       │   ├── widget
│       │   │   └── banner.phtml
│       │   └── logo.phtml
│       └── web
│           ├── css
│           │   └── iways-paypalinstalmentsbanners.css
│           ├── images
│           │   ├── logo.png
│           │   ├── logo_hq.png
│           │   ├── logo_original.png
│           │   └── paypal_logo.png
│           ├── js
│           │   ├── view
│           │   │   └── banner.js
│           │   └── iways-paypalinstalmentsbanners.js
│           └── template
│               └── widget
│                   └── banner.html
├── README.md
├── RELEASE_NOTES.txt
├── composer.json
└── registration.php

```

Issues
------

[](#issues)

Please use our Servicedesk at

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 75% 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 ~58 days

Total

3

Last Release

2079d ago

PHP version history (2 changes)1.0.0PHP ~7.1.3|~7.2.0|~7.3.0

1.0.2PHP ~7.2.0|~7.3.0|~7.4.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/9177def92f32cd47f62fe527812ab0f3cda17ef3be22f5d53f1783a8fc7dde41?d=identicon)[i-ways](/maintainers/i-ways)

---

Top Contributors

[![bilalrafique1](https://avatars.githubusercontent.com/u/75612290?v=4)](https://github.com/bilalrafique1 "bilalrafique1 (3 commits)")[![naim-sajjad](https://avatars.githubusercontent.com/u/42816997?v=4)](https://github.com/naim-sajjad "naim-sajjad (1 commits)")

### Embed Badge

![Health badge](/badges/iwaysgmbh-module-paypal-instalments-banners/health.svg)

```
[![Health](https://phpackages.com/badges/iwaysgmbh-module-paypal-instalments-banners/health.svg)](https://phpackages.com/packages/iwaysgmbh-module-paypal-instalments-banners)
```

###  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)[amzn/amazon-pay-magento-2-module

Official Magento2 Plugin to integrate with Amazon Pay

109501.7k1](/packages/amzn-amazon-pay-magento-2-module)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[gene/module-braintree

Fork from the Magento Braintree 2.2.0 module by Gene Commerce for PayPal.

35322.3k1](/packages/gene-module-braintree)

PHPackages © 2026

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