PHPackages                             aimeos/ai-payments - 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. aimeos/ai-payments

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

aimeos/ai-payments
==================

Payment extension for Aimeos e-commerce solutions

2025.10.2(7mo ago)2160.7k↓25%18[4 issues](https://github.com/aimeoscom/ai-payments/issues)[4 PRs](https://github.com/aimeoscom/ai-payments/pulls)LGPL-3.0-or-laterPHPPHP ^8.1

Since Oct 1Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/aimeoscom/ai-payments)[ Packagist](https://packagist.org/packages/aimeos/ai-payments)[ Docs](https://aimeos.org/)[ RSS](/packages/aimeos-ai-payments/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (160)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/8cc16c7fa6cde4e00dca50a2478b98ba3240a00b3c4156a057790f262378d8e6/68747470733a2f2f636972636c6563692e636f6d2f67682f61696d656f73636f6d2f61692d7061796d656e74732e7376673f7374796c653d736869656c64)](https://circleci.com/gh/aimeoscom/ai-payments)[![Coverage Status](https://camo.githubusercontent.com/93ac61c13ca20f9a04a96751e8b6d3124dac5e65c18e0772fb5f593bf8c5b4e2/68747470733a2f2f636f6465636f762e696f2f67682f61696d656f73636f6d2f61692d7061796d656e74732f6272616e63682f6d61737465722f67726170682f62616467652e7376673f746f6b656e3d696c62664b6d49686673)](https://codecov.io/gh/aimeoscom/ai-payments)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/11731d967a32ecfc95219b3033481a9d267511be873db3b7e871f791b9ee3c68/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f61696d656f73636f6d2f61692d7061796d656e74732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/aimeos/ai-payments/?branch=master)[![License](https://camo.githubusercontent.com/e6f08762b6265806d982e542bf505b4271d670a1307c93b6d22cc3e5024d8528/68747470733a2f2f706f7365722e707567782e6f72672f61696d656f732f61692d7061796d656e74732f6c6963656e73652e737667)](https://packagist.org/packages/aimeoscom/ai-payments)

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` file:

```
"require": [
    "aimeos/ai-payments": "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/ai-payments).

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

```
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/f1783bfd8d6421da46914d94dfeddd0108cf0f549e430bbc71e11ccc9d1ea887/68747470733a2f2f61696d656f732e6f72672f646f63732f696d616765732f41646d696e2d6261636b656e642d736572766963652d64657461696c2d7061796d656e74322e706e67)](https://camo.githubusercontent.com/f1783bfd8d6421da46914d94dfeddd0108cf0f549e430bbc71e11ccc9d1ea887/68747470733a2f2f61696d656f732e6f72672f646f63732f696d616765732f41646d696e2d6261636b656e642d736572766963652d64657461696c2d7061796d656e74322e706e67)

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_ai-payments).

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/ai-payments/issues)
- [Source code](https://github.com/aimeoscom/ai-payments)

###  Health Score

62

—

FairBetter than 99% of packages

Maintenance76

Regular maintenance activity

Popularity41

Moderate usage in the ecosystem

Community22

Small or concentrated contributor base

Maturity90

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 79.1% 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 ~23 days

Total

158

Last Release

214d ago

Major Versions

2023.10.4 → 2024.07.12024-07-02

2023.10.5 → 2024.10.32025-02-08

2023.10.6 → 2025.04.12025-04-03

2021.10.x-dev → 2025.04.x-dev2025-04-16

2024.10.x-dev → 2025.07.x-dev2025-07-09

PHP version history (7 changes)2015.10.1PHP &gt;=5.3.0

2016.01.1PHP &gt;=5.3.3

2019.01.1PHP &gt;=5.5.0

2020.01.x-devPHP ~7.1

2020.10.7PHP ~7.1||~8.0

2023.04.1PHP ^8.0.11

2024.04.1PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/ccdc84033584516c77fb6aa7f85dc7048f2fbcd08867fc6abf115d094bab5eef?d=identicon)[aimeos](/maintainers/aimeos)

---

Top Contributors

[![aimeoscom](https://avatars.githubusercontent.com/u/17964525?v=4)](https://github.com/aimeoscom "aimeoscom (306 commits)")[![aimeos](https://avatars.githubusercontent.com/u/8647429?v=4)](https://github.com/aimeos "aimeos (67 commits)")[![mterwei](https://avatars.githubusercontent.com/u/38031968?v=4)](https://github.com/mterwei "mterwei (2 commits)")[![DennisDittmann](https://avatars.githubusercontent.com/u/28442328?v=4)](https://github.com/DennisDittmann "DennisDittmann (2 commits)")[![creativemadeofficial](https://avatars.githubusercontent.com/u/40670659?v=4)](https://github.com/creativemadeofficial "creativemadeofficial (1 commits)")[![xerc](https://avatars.githubusercontent.com/u/1372590?v=4)](https://github.com/xerc "xerc (1 commits)")[![maxmishyn](https://avatars.githubusercontent.com/u/10288994?v=4)](https://github.com/maxmishyn "maxmishyn (1 commits)")[![alextravin](https://avatars.githubusercontent.com/u/8221400?v=4)](https://github.com/alextravin "alextravin (1 commits)")[![Nanard](https://avatars.githubusercontent.com/u/500045?v=4)](https://github.com/Nanard "Nanard (1 commits)")[![nos3](https://avatars.githubusercontent.com/u/1810046?v=4)](https://github.com/nos3 "nos3 (1 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (1 commits)")[![sebastien-vedrine](https://avatars.githubusercontent.com/u/33923690?v=4)](https://github.com/sebastien-vedrine "sebastien-vedrine (1 commits)")[![tenkraD](https://avatars.githubusercontent.com/u/48378976?v=4)](https://github.com/tenkraD "tenkraD (1 commits)")[![caveman86](https://avatars.githubusercontent.com/u/19593217?v=4)](https://github.com/caveman86 "caveman86 (1 commits)")

---

Tags

stripepaymentmollieshopomnipaye-commerceaimeosauthorizesagepaycardsave

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/aimeos-ai-payments/health.svg)

```
[![Health](https://phpackages.com/badges/aimeos-ai-payments/health.svg)](https://phpackages.com/packages/aimeos-ai-payments)
```

###  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)[omnipay/authorizenet

Authorize.Net gateway for the Omnipay payment processing library

602.5M7](/packages/omnipay-authorizenet)[omnipay/mollie

Mollie driver for the Omnipay payment processing library

631.7M10](/packages/omnipay-mollie)[jonassiewertsen/statamic-butik

The Statamic Butik e-commerce solution will integrate nicely with your personal Statamic site and help to grow your online business.

443.2k](/packages/jonassiewertsen-statamic-butik)[payum/payum-yii-extension

Rich payment solutions for Yii framework. Paypal, payex, authorize.net, be2bill, omnipay, recurring paymens, instant notifications and many more

1211.8k](/packages/payum-payum-yii-extension)

PHPackages © 2026

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