PHPackages                             w-vision/globalpay - 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. w-vision/globalpay

AbandonedArchivedPimcore-plugin[Payment Processing](/categories/payments)

w-vision/globalpay
==================

Globalpay Plugin for Pimcore – enables access to various gateways

1.0.1(8y ago)3443GPLv3PHP

Since Jan 12Pushed 8y ago4 watchersCompare

[ Source](https://github.com/w-vision/Globalpay)[ Packagist](https://packagist.org/packages/w-vision/globalpay)[ Docs](http://www.w-vision.ch)[ RSS](/packages/w-vision-globalpay/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (4)Versions (4)Used By (0)

[![Globalpay](docs/images/github_banner.png "Globalpay")](docs/images/github_banner.png)

[![Software License](https://camo.githubusercontent.com/cad8c16a3d580a69d8923c98d8de25d21cb00fa54fa60a856a8e1ca657f79db4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d47504c76332d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Latest Stable Version](https://camo.githubusercontent.com/c72b41765c608c0cee55ce4ff500a71d55c9cea236f2b93163bd92354b70592d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f772d766973696f6e2f676c6f62616c7061792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/w-vision/globalpay)

Globalpay Plugin for Pimcore – enables access to various gateways

Getting Started
---------------

[](#getting-started)

Install with composer

```
composer require w-vision/Globalpay 1.0.0

```

### Description

[](#description)

Globalpay depends on the great Omnipay PHP Library . Globalpay supports following Gateways

- Postfinance

### How to trigger a payment:

[](#how-to-trigger-a-payment)

```
$this->_helper->globalpay('Postfinance', 'donate_pay', 100, 'CHF', [
    'controller' => 'default',
    'action' => 'donate-success',
    'module' => 'default',
    'params' => [
        'TEST' => 1
    ]
], [
    'controller' => 'default',
    'action' => 'donate-cancel',
    'module' => 'default',
    'params' => [
        'TEST' => 2
    ]
], [
    'controller' => 'default',
    'action' => 'donate-error',
    'module' => 'default',
    'params' => [
        'TEST' => 3
    ]
]);
```

### Configuring Custom Routes

[](#configuring-custom-routes)

```
 Name: donate_pay
 Pattern: /(\w+)\/payment\/(.*)\/(\w+)/
 Reverse: /%lang/payment/%gateway/%act
 Module: Globalpay
 Controller: payment
 Action: %act
 Variables: lang,gateway,act

```

###  Health Score

30

—

LowBetter than 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~121 days

Total

3

Last Release

3162d ago

Major Versions

0.1 → 1.0.02017-01-20

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5781689?v=4)[Matt O'Donnell](/maintainers/instride)[@InStride](https://github.com/InStride)

---

Top Contributors

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

---

Tags

paymentpimcorepimcore-pluginpimcorew-visionGlobalpaypimcore-payment

### Embed Badge

![Health badge](/badges/w-vision-globalpay/health.svg)

```
[![Health](https://phpackages.com/badges/w-vision-globalpay/health.svg)](https://phpackages.com/packages/w-vision-globalpay)
```

###  Alternatives

[bryglen/yii2-omnipay

thephpleague/omnipay for Yii 2

107.0k](/packages/bryglen-yii2-omnipay)

PHPackages © 2026

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