PHPackages                             twint-ag/twint-shopware-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. twint-ag/twint-shopware-plugin

ActiveShopware-platform-plugin[Payment Processing](/categories/payments)

twint-ag/twint-shopware-plugin
==============================

TWINT payment plugin for Shopware 6

1.2.4(4d ago)11931[2 PRs](https://github.com/Twint-AG/twint-shopware-plugin/pulls)MITPHP

Since Aug 5Pushed 2w ago5 watchersCompare

[ Source](https://github.com/Twint-AG/twint-shopware-plugin)[ Packagist](https://packagist.org/packages/twint-ag/twint-shopware-plugin)[ RSS](/packages/twint-ag-twint-shopware-plugin/feed)WikiDiscussions latest Synced today

READMEChangelogDependencies (52)Versions (55)Used By (0)

TWINT plugin for Shopware 6 (from 6.5)
======================================

[](#twint-plugin-for-shopware-6-from-65)

Development environment
=======================

[](#development-environment)

Go to infra/demo65 or infra/demo66 and run `docker compose up -d`

Access the container with the following command:

```
docker exec -it sw66 bash

```

Use `sw65` if you are using the demo65 environment.

Install dependencies for the plugin:

```
cd /var/www/html/custom/plugins/TwintPayment
composer install

```

Install shopware dependencies:

```
cd /var/www/html
composer install

```

Running phpstan
---------------

[](#running-phpstan)

From inside the container, run the following command:

```
./bin/phpstan.sh

```

### Checking coding standards

[](#checking-coding-standards)

From inside the container, run the following command:

```
vendor/bin/ecs

```

Fixing coding standards violations:

```
vendor/bin/ecs --fix

```

Rector

```
vendor/bin/rector process src --dry-run

```

Running unit tests
------------------

[](#running-unit-tests)

#### Prepare test database

[](#prepare-test-database)

For the first time running unit test, we need create test database: Assume that we will use `shopware_test` database for unit tests, and you can use other database names as well. Update `.env.local` to use

```
DATABASE_URL=mysql://root:root@127.0.0.1:3306/shopware_test

```

then run

```
bin/console system:install --basic-setup

```

Shopware will run migration scripts and create database tables for test database.

#### Prepare environment file

[](#prepare-environment-file)

Unit test will use environment variable in `infra/demo66/.env.test` for test (similarly for `infra/demo65/.env.test`).

Review the `DATABASE_URL` in there and make sure that matches with test database you prepared in the previous step.

#### Run tests

[](#run-tests)

From inside the container, run the following command once:

```
ln -s /var/www/plugin /var/www/html/custom/plugins/TwintPayment

```

Then run unit tests:

```
cd /var/www/html/custom/plugins/TwintPayment
./bin/phpunit.sh

```

Release management
------------------

[](#release-management)

Tag a new release, let's say version 1.2.3:

```
bin/release.sh 1.2.3

```

CI will then sync with the public GitHub repository.

###  Health Score

48

—

FairBetter than 93% of packages

Maintenance97

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

54

Last Release

4d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d252dac071d52ce6657c4a3ad509ebf5d65de3fdd6afe69aabbb7ee523c567c1?d=identicon)[twint-ag](/maintainers/twint-ag)

---

Top Contributors

[![taitran-gradion](https://avatars.githubusercontent.com/u/169254551?v=4)](https://github.com/taitran-gradion "taitran-gradion (115 commits)")[![ngoctai-nfq](https://avatars.githubusercontent.com/u/144428457?v=4)](https://github.com/ngoctai-nfq "ngoctai-nfq (102 commits)")[![lstrojny](https://avatars.githubusercontent.com/u/79707?v=4)](https://github.com/lstrojny "lstrojny (30 commits)")[![khanhpham-nfq](https://avatars.githubusercontent.com/u/183567626?v=4)](https://github.com/khanhpham-nfq "khanhpham-nfq (8 commits)")[![krnfq](https://avatars.githubusercontent.com/u/173664797?v=4)](https://github.com/krnfq "krnfq (6 commits)")[![nhamtphat-nfq](https://avatars.githubusercontent.com/u/123708088?v=4)](https://github.com/nhamtphat-nfq "nhamtphat-nfq (6 commits)")[![nhamtphat](https://avatars.githubusercontent.com/u/20165130?v=4)](https://github.com/nhamtphat "nhamtphat (4 commits)")[![nfq4twint](https://avatars.githubusercontent.com/u/173283804?v=4)](https://github.com/nfq4twint "nfq4twint (4 commits)")[![sangnguyengradion](https://avatars.githubusercontent.com/u/156652354?v=4)](https://github.com/sangnguyengradion "sangnguyengradion (3 commits)")[![phatnham-gradion](https://avatars.githubusercontent.com/u/221323058?v=4)](https://github.com/phatnham-gradion "phatnham-gradion (1 commits)")[![hungdoit](https://avatars.githubusercontent.com/u/13359053?v=4)](https://github.com/hungdoit "hungdoit (1 commits)")

---

Tags

checkoutexpress-checkoutpaymentshopwareshopware6switzerlandtwintshopwarepaymentcheckouttwintexpress checkoutswitzerlandtwint.chshopware6

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Rector

Code StyleECS

Type Coverage Yes

### Embed Badge

![Health badge](/badges/twint-ag-twint-shopware-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/twint-ag-twint-shopware-plugin/health.svg)](https://phpackages.com/packages/twint-ag-twint-shopware-plugin)
```

###  Alternatives

[shopware/production

177209.0k](/packages/shopware-production)[kiener/mollie-payments-plugin

Mollie Payments

6565.2k](/packages/kiener-mollie-payments-plugin)[unzerdev/shopware6

Unzer payment integration for Shopware 6

1233.3k](/packages/unzerdev-shopware6)[adyen/adyen-shopware6

Official Shopware 6 Plugin to connect to Payment Service Provider Adyen

25117.9k](/packages/adyen-adyen-shopware6)[payone-gmbh/shopware-6

PAYONE Payment Plugin

2177.6k](/packages/payone-gmbh-shopware-6)[werkstattl/openblogware

OpenBlogware: A Blog Module for Shopware 6.

438.0k](/packages/werkstattl-openblogware)

PHPackages © 2026

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