PHPackages                             ekyna/payum-payzen - 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. ekyna/payum-payzen

ActiveComponent[Payment Processing](/categories/payments)

ekyna/payum-payzen
==================

Payum PayZen (Systempay, Scellius) gateway

1.6.7(2y ago)47.3k12[1 PRs](https://github.com/ekyna/PayumPayzen/pulls)2MITPHPPHP ^7.1|^8.0CI failing

Since Dec 18Pushed 2y ago3 watchersCompare

[ Source](https://github.com/ekyna/PayumPayzen)[ Packagist](https://packagist.org/packages/ekyna/payum-payzen)[ Docs](https://github.com/ekyna/PayumPayzen)[ RSS](/packages/ekyna-payum-payzen/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (6)Versions (13)Used By (2)

PayumPayzen
===========

[](#payumpayzen)

PayZen Payum Gateway (Systempay, Scellius, CLIC&amp;PAY, OSB, SOGE\_COMMERCE)

[![Build](https://github.com/ekyna/PayumPayzen/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/ekyna/PayumPayzen/actions/workflows/build.yml)

Installation / Configuration
----------------------------

[](#installation--configuration)

```
composer require ekyna/payum-payzen
```

```
use Ekyna\Component\Payum\Payzen\Api\Api;
use Ekyna\Component\Payum\Payzen\PayzenGatewayFactory;

$factory = new PayzenGatewayFactory();

$gateway = $factory->create([
    'site_id'     => '132456',
    'certificate' => '132456',
    'ctx_mode'    => Api::MODE_PRODUCTION,
    'hash_mode'   => Api::HASH_MODE_SHA256,
    'directory'   => __DIR__ . '/payzen-cache',
    'endpoint'    => Api::ENDPOINT_SYSTEMPAY, // default value, see `Api::ENDPOINT_*` constants for more
    'endpoint_url'    => // null default value, add custom endpoint not in  `Api::ENDPOINT_*` constants
]);

// Register your convert payment action
// $gateway->addAction(new \Acme\ConvertPaymentAction());
```

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity73

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 ~156 days

Recently: every ~112 days

Total

12

Last Release

1036d ago

PHP version history (4 changes)1.3.x-devPHP &gt;=5.4

1.5.0PHP ^7.0

1.6.0PHP ^7.1

1.6.3PHP ^7.1|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3483641?v=4)[Etienne Dauvergne](/maintainers/ekyna)[@ekyna](https://github.com/ekyna)

---

Top Contributors

[![ekyna](https://avatars.githubusercontent.com/u/3483641?v=4)](https://github.com/ekyna "ekyna (21 commits)")[![Prometee](https://avatars.githubusercontent.com/u/861820?v=4)](https://github.com/Prometee "Prometee (2 commits)")[![camilleislasse](https://avatars.githubusercontent.com/u/34024380?v=4)](https://github.com/camilleislasse "camilleislasse (1 commits)")[![nemoneph](https://avatars.githubusercontent.com/u/3691890?v=4)](https://github.com/nemoneph "nemoneph (1 commits)")[![xaviermarchegay](https://avatars.githubusercontent.com/u/658523?v=4)](https://github.com/xaviermarchegay "xaviermarchegay (1 commits)")[![FlorentinGarnier](https://avatars.githubusercontent.com/u/591596?v=4)](https://github.com/FlorentinGarnier "FlorentinGarnier (1 commits)")[![delphiki](https://avatars.githubusercontent.com/u/303778?v=4)](https://github.com/delphiki "delphiki (1 commits)")

---

Tags

phppayumpayzenscelliussystempay

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ekyna-payum-payzen/health.svg)

```
[![Health](https://phpackages.com/badges/ekyna-payum-payzen/health.svg)](https://phpackages.com/packages/ekyna-payum-payzen)
```

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M737](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)

PHPackages © 2026

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