PHPackages                             digital-link/saferpay-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. digital-link/saferpay-bundle

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

digital-link/saferpay-bundle
============================

Saferpay payment service library for symfony

2.0.7(11y ago)082MITPHPPHP &gt;=5.3.3

Since Mar 8Pushed 11y ago4 watchersCompare

[ Source](https://github.com/digital-link/SaferpayBundle)[ Packagist](https://packagist.org/packages/digital-link/saferpay-bundle)[ RSS](/packages/digital-link-saferpay-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (13)Used By (0)

PaymentSaferpayBundle
=====================

[](#paymentsaferpaybundle)

A simple inofficial implementation of the saferpay payment service as a symfony bundle.

[![Build Status](https://camo.githubusercontent.com/52e3bde6517954ac03671f5d882854db8dfb185cba990e6dc88ee275aa05c792/68747470733a2f2f6170692e7472617669732d63692e6f72672f7061796d656e742f536166657270617942756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/payment/SaferpayBundle)[![Total Downloads](https://camo.githubusercontent.com/c044d29f60748669e8c9a9ca5f572e325bf8600f80e0bd8616e5be37ddc7b4e6/68747470733a2f2f706f7365722e707567782e6f72672f7061796d656e742f73616665727061792d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/payment/saferpay-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/fa5554684f497a17cd78a28b199c970683e595e902439a1fe6696f5335c80518/68747470733a2f2f706f7365722e707567782e6f72672f7061796d656e742f73616665727061792d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/payment/saferpay-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/c2f4b0de526985374c014c4f40bb33993918b4ad4b119e09035c3649a54f0218/68747470733a2f2f706f7365722e707567782e6f72672f7061796d656e742f73616665727061792d62756e646c652f762f756e737461626c652e706e67)](https://packagist.org/packages/payment/saferpay-bundle)

installation
------------

[](#installation)

### composer.json

[](#composerjson)

```
{
    "require": {
        "payment/saferpay-bundle": "2.*"
    }
}

```

### app/AppKernel.php

[](#appappkernelphp)

```
new Payment\Bundle\SaferpayBundle\PaymentSaferpayBundle(),

```

### app/config/config.yml (Full config dump - no need to setup this, default values are set)

[](#appconfigconfigyml-full-config-dump---no-need-to-setup-this-default-values-are-set)

```
payment_saferpay:
    logger:
        serviceid:            logger
    httpclient:
        serviceid:            payment.saferpay.httpclient.buzz
    payinitparameter:
        serviceid:            payment.saferpay.payinitparameter.default
        data:
            accountid:            ~ # insert here your accountid (test-account: 99867-94913159)
            amount:               ~
            currency:             ~
            description:          ~
            orderid:              ~
            vtconfig:             ~
            successlink:          ~
            faillink:             ~
            backlink:             ~
            notifyurl:            ~
            autoclose:            ~
            ccname:               ~
            notifyaddress:        ~
            usernotify:           ~
            langid:               ~
            showlanguages:        ~
            paymentmethods:       ~
            duration:             ~
            cardrefid:            ~
            delivery:             ~
            appearance:           ~
            address:              ~
            company:              ~
            gender:               ~
            firstname:            ~
            lastname:             ~
            street:               ~
            zip:                  ~
            city:                 ~
            country:              ~
            email:                ~
            phone:                ~

```

usage
-----

[](#usage)

### controller

[](#controller)

[See Test SaferpayController](https://github.com/payment/SaferpayBundle/blob/master/Controller/SaferpayController.php)

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 77.8% 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 ~67 days

Recently: every ~139 days

Total

11

Last Release

4149d ago

Major Versions

1.0.3 → 2.0.02013-06-28

### Community

Maintainers

![](https://www.gravatar.com/avatar/d3ca218ce2e6f28d87dee3957522e3bc5e33fa7d4f4a50808f9549abc1f25f84?d=identicon)[digital-link](/maintainers/digital-link)

---

Top Contributors

[![dominikzogg](https://avatars.githubusercontent.com/u/1011217?v=4)](https://github.com/dominikzogg "dominikzogg (28 commits)")[![samiaddami](https://avatars.githubusercontent.com/u/9959288?v=4)](https://github.com/samiaddami "samiaddami (7 commits)")[![mikemeier](https://avatars.githubusercontent.com/u/776406?v=4)](https://github.com/mikemeier "mikemeier (1 commits)")

---

Tags

symfonypaymente-commercesaferpay

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/digital-link-saferpay-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/digital-link-saferpay-bundle/health.svg)](https://phpackages.com/packages/digital-link-saferpay-bundle)
```

###  Alternatives

[payum/payum-bundle

One million downloads of Payum already! Payum offers everything you need to work with payments. Check more visiting site.

59510.3M40](/packages/payum-payum-bundle)[sylius/invoicing-plugin

Invoicing plugin for Sylius.

901.0M2](/packages/sylius-invoicing-plugin)[paymentsuite/paymentsuite

PaymentSuite is an easy implementation for lot of Payment Methods for Symfony projects

2615.5k2](/packages/paymentsuite-paymentsuite)

PHPackages © 2026

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