PHPackages                             michaelstivala/commerce-transactium - 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. michaelstivala/commerce-transactium

ActiveCraft-plugin[Payment Processing](/categories/payments)

michaelstivala/commerce-transactium
===================================

Transactium payment gateway plugin for Craft Commerce 2

v0.1.5(6y ago)024MITPHP

Since Apr 26Pushed 6y ago1 watchersCompare

[ Source](https://github.com/michaelstivala/commerce-transactium)[ Packagist](https://packagist.org/packages/michaelstivala/commerce-transactium)[ RSS](/packages/michaelstivala-commerce-transactium/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

Transactium payment gateway plugin for Craft Commerce 2
=======================================================

[](#transactium-payment-gateway-plugin-for-craft-commerce-2)

This plugin provides [Transactium](https://www.transactium.com/) integration for [Craft Commerce](https://craftcommerce.com/).

It provides the Transactium gateway.

Requirements
------------

[](#requirements)

This plugin requires Craft Commerce 2.0.0-alpha.5 or later.

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

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

    ```
     cd /path/to/project

    ```
2. Then tell Composer to load the plugin:

    ```
     composer require michaelstivala/commerce-transactium

    ```
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Transactium.

Setup
-----

[](#setup)

To add a Transactium payment gateway, go to Commerce → Settings → Gateways, create a new gateway, and set the gateway type to "Transactium".

In order to allow the payment gateway to be loaded in an iFrame, you need to create a template that responds to the route `/checkout/transactium` in your application that initates the payment flow - like below:

```

    LOADING PAYMENT GATEWAY...

        {{ redirectInput('account/orders-iframe?order={number}') }}

        {{ csrfInput() }}

        document.getElementById("transactium-payment-form").submit();

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

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

Total

5

Last Release

2546d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8fa5c90cd0457ca59ec3cefda2cdf71630fc5f9887e7a99572f841020cd820ed?d=identicon)[michaelstivala](/maintainers/michaelstivala)

---

Tags

craft-commercetransactiumyii2omnipaycraftcmscommercetransactium

### Embed Badge

![Health badge](/badges/michaelstivala-commerce-transactium/health.svg)

```
[![Health](https://phpackages.com/badges/michaelstivala-commerce-transactium/health.svg)](https://phpackages.com/packages/michaelstivala-commerce-transactium)
```

PHPackages © 2026

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