PHPackages                             markenzoo/contao-isotope-paypal-express-bundle - 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. markenzoo/contao-isotope-paypal-express-bundle

ActiveContao-bundle[Payment Processing](/categories/payments)

markenzoo/contao-isotope-paypal-express-bundle
==============================================

1161PHP

Since Jun 29Pushed 3y ago2 watchersCompare

[ Source](https://github.com/markenzoo/Contao-Isotope-Paypal-Express-Bundle)[ Packagist](https://packagist.org/packages/markenzoo/contao-isotope-paypal-express-bundle)[ RSS](/packages/markenzoo-contao-isotope-paypal-express-bundle/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Contao Isotope Paypal Express Bundle (WIP/EXPERIMENTAL)
=======================================================

[](#contao-isotope-paypal-express-bundle-wipexperimental)

[![Version](https://camo.githubusercontent.com/4b1861aeaaabebe426ad965588fba493ef3e61ab1168c3fe535404b5ca38b7c4/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d61726b656e7a6f6f2f636f6e74616f2d69736f746f70652d70617970616c2d657870726573732d62756e646c652e7376673f7374796c653d666f722d7468652d6261646765266c6162656c3d4c6174657374)](http://packagist.org/packages/markenzoo/contao-isotope-paypal-express-bundle)[![GitHub issues](https://camo.githubusercontent.com/81a1659ec46ecc9c24c66c25a9d5ae6ea2ceb635f7c721d19572648c71652c86/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6d61726b656e7a6f6f2f636f6e74616f2d69736f746f70652d70617970616c2d657870726573732d62756e646c653f7374796c653d666f722d7468652d6261646765266c6f676f3d676974687562)](https://github.com/markenzoo/contao-isotope-paypal-express-bundle/issues)[![License](https://camo.githubusercontent.com/f2fd302fb0ee4aed2c5709604b87c18c189f9460e07f767b8114a11c4753807d/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d61726b656e7a6f6f2f636f6e74616f2d69736f746f70652d70617970616c2d657870726573732d62756e646c653f7374796c653d666f722d7468652d6261646765266c6162656c3d4c6963656e7365)](http://packagist.org/packages/markenzoo/contao-isotope-paypal-express-bundle)[![Build Status](https://camo.githubusercontent.com/ed8e6fd4e4f76592fc4c4accde60f60b4b29c405d99793f4d70a95a488a5b997/687474703a2f2f696d672e736869656c64732e696f2f7472617669732f6d61726b656e7a6f6f2f636f6e74616f2d69736f746f70652d70617970616c2d657870726573732d62756e646c652f6d61696e2e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d747261766973)](https://travis-ci.org/markenzoo/contao-isotope-paypal-express-bundle)[![Downloads](https://camo.githubusercontent.com/f6f8e1251da59245688434d0efc50c9863f199ca3f70e2c9fa2d38c9867f8882/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d61726b656e7a6f6f2f636f6e74616f2d69736f746f70652d70617970616c2d657870726573732d62756e646c653f7374796c653d666f722d7468652d6261646765266c6162656c3d446f776e6c6f616473)](http://packagist.org/packages/markenzoo/contao-isotope-paypal-express-bundle)

Disclaimer
----------

[](#disclaimer)

This is an experimental project. Use it at your own risk. We do not provide any warranty for failure or corruption in any circumstance.

**Contributions in any form are welcome, simply submit a PR, it would be highly appreciated!**

Features
--------

[](#features)

Provide an integration for Smart Paypment Buttons from Paypal using the [JavaScript SDK](https://developer.paypal.com/docs/checkout/integrate/#2-add-the-paypal-javascript-sdk-to-your-web-page).

*Notice*Currently only digital goods with no shipping are supported.

Todo
----

[](#todo)

- Shipping Address
- Billing Address
- Logging
- Shipping Fees
- Platform Fees
- Authorization Workflow
- [Pass the Partner Attribution ID](https://developer.paypal.com/docs/checkout/reference/server-integration/setup-sdk/#pass-the-partner-attribution-id)

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

[](#requirements)

- PHP &gt;=7.2
- Contao ~4.9 LTS

Install
-------

[](#install)

### Managed edition

[](#managed-edition)

When using the managed edition it's pretty simple to install the package. Just search for the package in the Contao Manager and install it. Alternatively you can use the CLI.

```
# Using the contao manager
$ php contao-manager.phar.php composer require markenzoo/contao-isotope-paypal-express-bundle

# Using composer directly
$ php composer.phar require markenzoo/contao-isotope-paypal-express-bundle

# Using global composer installation
$ composer require markenzoo/contao-isotope-paypal-express-bundle
```

### Symfony application

[](#symfony-application)

If you use Contao in a symfony application without contao/manager-bundle, you have to register the bundle manually:

```
class AppKernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...
            new Markenzoo\ContaoIsotopePaypalExpressBundle\ContaoIsotopePaypalExpressBundle()
        ];
    }
}
```

Note to self
------------

[](#note-to-self)

Run the PHP-CS-Fixer and the unit test before you release your bundle:

```
vendor/bin/php-cs-fixer fix -v
vendor/bin/phpunit
vendor/bin/psalm
vendor/bin/psalter --issues=all --dry-run
```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 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/d3650b3aaa94f118b9b60846f3493514164514ec682c76e0474a416014a0d9fc?d=identicon)[felix-kaestner](/maintainers/felix-kaestner)

---

Top Contributors

[![felix-kaestner](https://avatars.githubusercontent.com/u/23213965?v=4)](https://github.com/felix-kaestner "felix-kaestner (10 commits)")

---

Tags

contao-cmsisotope-ecommercepaypal-buttonspaypal-express-checkout

### Embed Badge

![Health badge](/badges/markenzoo-contao-isotope-paypal-express-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/markenzoo-contao-isotope-paypal-express-bundle/health.svg)](https://phpackages.com/packages/markenzoo-contao-isotope-paypal-express-bundle)
```

###  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)
