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.1.7(2mo ago)11771[1 issues](https://github.com/Twint-AG/twint-shopware-plugin/issues)[2 PRs](https://github.com/Twint-AG/twint-shopware-plugin/pulls)MITPHP

Since Aug 5Pushed 2mo 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 1mo ago

READMEChangelogDependencies (26)Versions (50)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

41

—

FairBetter than 88% of packages

Maintenance72

Regular maintenance activity

Popularity16

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity52

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

Recently: every ~43 days

Total

49

Last Release

68d 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)")[![nfq4twint](https://avatars.githubusercontent.com/u/173283804?v=4)](https://github.com/nfq4twint "nfq4twint (4 commits)")[![nhamtphat-nfq](https://avatars.githubusercontent.com/u/123708088?v=4)](https://github.com/nhamtphat-nfq "nhamtphat-nfq (3 commits)")[![sangnguyengradion](https://avatars.githubusercontent.com/u/156652354?v=4)](https://github.com/sangnguyengradion "sangnguyengradion (3 commits)")[![hungdoit](https://avatars.githubusercontent.com/u/13359053?v=4)](https://github.com/hungdoit "hungdoit (1 commits)")[![nhamtphat](https://avatars.githubusercontent.com/u/20165130?v=4)](https://github.com/nhamtphat "nhamtphat (1 commits)")[![phatnham-gradion](https://avatars.githubusercontent.com/u/221323058?v=4)](https://github.com/phatnham-gradion "phatnham-gradion (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

[league/omnipay

Omnipay payment processing library

6.1k9.7M165](/packages/league-omnipay)[kiener/mollie-payments-plugin

Mollie Payments

6257.6k](/packages/kiener-mollie-payments-plugin)[liqpay/liqpay

SDK for Liqpay

111678.8k8](/packages/liqpay-liqpay)[payum/paypal-express-checkout-nvp

The Payum extension. It provides Paypal ExpressCheckout payment integration.

501.7M4](/packages/payum-paypal-express-checkout-nvp)[sumup/sumup-ecom-php-sdk

SumUp PHP SDK

51277.1k1](/packages/sumup-sumup-ecom-php-sdk)[payum/stripe

The Payum extension. It provides Stripe payment integration.

22573.1k3](/packages/payum-stripe)

PHPackages © 2026

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