PHPackages                             jihel/viking-pay-plugin - 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. jihel/viking-pay-plugin

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

jihel/viking-pay-plugin
=======================

Viking pay plugin adapter for JMSPaymentCoreBundle

05PHP

Since Jan 30Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Jihell/VikingPayPlugin)[ Packagist](https://packagist.org/packages/jihel/viking-pay-plugin)[ RSS](/packages/jihel-viking-pay-plugin/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

VikingPayBundle
===============

[](#vikingpaybundle)

Viking pay plugin adapter for JMSPaymentCoreBundle

1- Install
----------

[](#1--install)

Add plugin to your composer.json require:

```
{
    "require": {
        "jihel/viking-pay-plugin": "dev-master",
    }
}

```

or

```
php composer.phar require jihel/viking-pay-plugin:dev-master

```

Add bundle to your AppKernel.php

```
public function registerBundles()
{
    $bundles = array(
        ...
        new Jihel\VikingPayBundle\JihelVikingPayBundle(),
    );
}

```

2- Configure your config.yml
----------------------------

[](#2--configure-your-configyml)

The default configuration file and explanations can be found [here](doc/config.md)

3- Usage
--------

[](#3--usage)

You can change the mid by setting it on extendedData after form validation

```
/** @var PaymentInstructionInterface $instruction */
$instruction = $form->getData();
$instruction->getExtendedData()->set('mid', 'default');

```

All transaction are build on server 2 server process, with first paiement as a registration with a token creation that allows for further transactions. Refunds are managed with reverseDeposit.

4- Thanks
---------

[](#4--thanks)

Thanks to my cat to keep meowing me. Thanks to me for giving my free time doing class for lazy developers. You can access read CV [here](http://www.joseph-lemoine.fr)

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

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/19ed41f54971ca2c9a6d2cd25178b46b7d38164bc8a16b046dc0556c5871d991?d=identicon)[Jihel](/maintainers/Jihel)

---

Top Contributors

[![Jihell](https://avatars.githubusercontent.com/u/3269035?v=4)](https://github.com/Jihell "Jihell (6 commits)")

### Embed Badge

![Health badge](/badges/jihel-viking-pay-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/jihel-viking-pay-plugin/health.svg)](https://phpackages.com/packages/jihel-viking-pay-plugin)
```

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