PHPackages                             gsaimeos/gs-saferpay - 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. gsaimeos/gs-saferpay

ActiveAimeos-extension[Payment Processing](/categories/payments)

gsaimeos/gs-saferpay
====================

Saferpay payment extension for Aimeos web shops and e-commerce solutions

05[2 issues](https://github.com/GsAimeos/gs-saferpay/issues)PHP

Since Apr 30Pushed 5y agoCompare

[ Source](https://github.com/GsAimeos/gs-saferpay)[ Packagist](https://packagist.org/packages/gsaimeos/gs-saferpay)[ RSS](/packages/gsaimeos-gs-saferpay/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

[ ![Aimeos logo](https://camo.githubusercontent.com/e55b7a8426f14ba6040d604746b03b7e096af41ede8fead0ea817cbb8d60f998/68747470733a2f2f61696d656f732e6f72672f66696c6561646d696e2f74656d706c6174652f69636f6e732f6c6f676f2e706e67 "Aimeos")](https://aimeos.org/)Aimeos payment extension
========================

[](#aimeos-payment-extension)

[![Build Status](https://camo.githubusercontent.com/83bd5bab3e3526d20e2e428ab823f3c41271600f1c27a1e916e5d3b18b93ac60/68747470733a2f2f7472617669732d63692e6f72672f61696d656f73636f6d2f67732d73616665727061792e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/aimeoscom/gs-saferpay)[![Coverage Status](https://camo.githubusercontent.com/78231b25fd0b9074d4d99c4faa3809f7fe073689f94682f6d90f48112d68a6f9/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f61696d656f73636f6d2f67732d73616665727061792f62616467652e7376673f6272616e63683d6d617374657226736572766963653d676974687562)](https://coveralls.io/github/aimeos/gs-saferpay?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/0cc47d50eeea9b9701ed5d61bec76ab98a80dd7c1f3c3de7d0745708c6579746/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f61696d656f73636f6d2f67732d73616665727061792f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/aimeos/gs-saferpay/?branch=master)[![License](https://camo.githubusercontent.com/dc445c893d73e3fdfd96c237341b886782479e20996fdc6a4f6c56fa87fcfeed/68747470733a2f2f706f7365722e707567782e6f72672f61696d656f732f67732d73616665727061792f6c6963656e73652e737667)](https://packagist.org/packages/aimeoscom/gs-saferpay)

Aimeos extension for additional payment methods and their service provider. Some of them may have beta quality and improvements or contributions are always welcome!

**Tip:** There's also [commercial support](https://aimeos.com/support/) available if you need help to get a specific provider working.

Table of contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Configuration](#configuration)
- [License](#license)
- [Links](#links)

Installation
------------

[](#installation)

As every Aimeos extension, the easiest way is to install it via [composer](https://getcomposer.org/). If you don't have composer installed yet, you can execute this string on the command line to download it:

```
php -r "readfile('https://getcomposer.org/installer');" | php -- --filename=composer

```

Add the cache extension name to the "require" section of your `composer.json` (or your `composer.aimeos.json`, depending on what is available) file:

```
"require": [
    "gsaimeos/gs-saferpay": "dev-master",
    ...
],

```

You should use a stable release if you don't want to add code or improve the implementation. The available stable versions can be found on [Packagist](https://packagist.org/packages/aimeos/gs-saferpay).

Afterwards you only need to execute the composer update command on the command line:

```
composer update

```

If your composer file is named "composer.aimeos.json", you must use this:

```
COMPOSER=composer.aimeos.json composer update

```

These commands will install the Aimeos extension into the extension directory and it will be available immediately.

Configuration
-------------

[](#configuration)

Payment options are configured via the shop administration interface in the ["Service" tab](https://aimeos.org/docs/User_Manual/Administration_Interface/Service_list) and you can add as many payment options as you need to the list for each site. They will be shown on the payment page in the checkout process. In the detail view of a new payment option, you have to enter some values:

[![Aimeos payment detail view](https://camo.githubusercontent.com/79dd23ef8bb04fbbe8b333a857548a6dfdf96bfbd37c021744e2b35cee2e6b6c/68747470733a2f2f61696d656f732e6f72672f646f63732f696d616765732f41646d696e2d6261636b656e642d736572766963652d64657461696c2d7061796d656e742e706e67)](https://camo.githubusercontent.com/79dd23ef8bb04fbbe8b333a857548a6dfdf96bfbd37c021744e2b35cee2e6b6c/68747470733a2f2f61696d656f732e6f72672f646f63732f696d616765732f41646d696e2d6261636b656e642d736572766963652d64657461696c2d7061796d656e742e706e67)

Make sure you set the status to "enabled" and the type to "Payment". Use an unique code for the payment option, idealy it should be readable and consist only of characters a-z, 0-9 and a few special characters like "-", "\_" or ".". The value for the field "Provider" must be the last part of the class name of the payment service provider. Each of the following sections will tell you how it must be named. The last input field influences the position of the payment option within the list of payment options and you should use zero for the top position and greater values for the next payment options.

In the right side of the panel you can add the configuration settings that are specifically required for each payment provider. The list of available settings for each payment provider can be found in the [service documentation](https://aimeos.org/docs/User_Manual/Administration_Interface/Service_list#Supported_by_gs-saferpay).

License
-------

[](#license)

The Aimeos payments extension is licensed under the terms of the LGPLv3 Open Source license and is available for free.

Links
-----

[](#links)

- [Web site](https://aimeos.org/)
- [Documentation](https://aimeos.org/docs)
- [Help](https://aimeos.org/help)
- [Issue tracker](https://github.com/aimeoscom/gs-saferpay/issues)
- [Source code](https://github.com/aimeoscom/gs-saferpay)

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 Bus Factor1

Top contributor holds 90% 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/a01278b3ca05356bedf239e56f45a25c11cd0423ddd8ccd7063949b86ca3cf21?d=identicon)[gilbertsoft](/maintainers/gilbertsoft)

---

Top Contributors

[![gilbertsoft](https://avatars.githubusercontent.com/u/25326036?v=4)](https://github.com/gilbertsoft "gilbertsoft (9 commits)")[![xerc](https://avatars.githubusercontent.com/u/1372590?v=4)](https://github.com/xerc "xerc (1 commits)")

---

Tags

aimeossaferpaysaferpay-api

### Embed Badge

![Health badge](/badges/gsaimeos-gs-saferpay/health.svg)

```
[![Health](https://phpackages.com/badges/gsaimeos-gs-saferpay/health.svg)](https://phpackages.com/packages/gsaimeos-gs-saferpay)
```

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