PHPackages                             whatwedo/sylius-datatrans-payment-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. whatwedo/sylius-datatrans-payment-plugin

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

whatwedo/sylius-datatrans-payment-plugin
========================================

Datatrans payment integration for your sylius e-commerce project.

v2.0.1(10mo ago)04.1k↓50%MITPHPPHP &gt;=7.3

Since Apr 4Pushed 10mo ago11 watchersCompare

[ Source](https://github.com/whatwedo/SyliusDatatransPaymentPlugin)[ Packagist](https://packagist.org/packages/whatwedo/sylius-datatrans-payment-plugin)[ RSS](/packages/whatwedo-sylius-datatrans-payment-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (27)Versions (9)Used By (0)

Development
===========

[](#development)

```
dde up
make exec
make install

```

And then use it in your sylius project as dependency.

\---- sylius boilerplate ----

 [ ![](https://camo.githubusercontent.com/1567208cc7c8ec53cf6e2af4f54449a9bb3ab0dee7916998de4e3ce9b7f79015/68747470733a2f2f64656d6f2e73796c6975732e636f6d2f6173736574732f73686f702f696d672f6c6f676f2e706e67) ](https://sylius.com)

Plugin Skeleton
===============

[](#plugin-skeleton)

Skeleton for starting Sylius plugins.

Documentation
-------------

[](#documentation)

For a comprehensive guide on Sylius Plugins development please go to Sylius documentation, there you will find the [Plugin Development Guide](https://docs.sylius.com/en/latest/plugin-development-guide/index.html), that is full of examples.

Quickstart Installation
-----------------------

[](#quickstart-installation)

1. Run `composer create-project sylius/plugin-skeleton ProjectName`.
2. From the plugin skeleton root directory, run the following commands:

    ```
    $ (cd tests/Application && yarn install)
    $ (cd tests/Application && yarn build)
    $ (cd tests/Application && bin/console assets:install public -e test)

    $ (cd tests/Application && bin/console doctrine:database:create -e test)
    $ (cd tests/Application && bin/console doctrine:schema:create -e test)
    ```

To be able to setup a plugin's database, remember to configure you database credentials in `tests/Application/.env` and `tests/Application/.env.test`.

Usage
-----

[](#usage)

### Running plugin tests

[](#running-plugin-tests)

- PHPUnit

    ```
    $ vendor/bin/phpunit
    ```
- PHPSpec

    ```
    $ vendor/bin/phpspec run
    ```
- Behat (non-JS scenarios)

    ```
    $ vendor/bin/behat --tags="~@javascript"
    ```
- Behat (JS scenarios)

    1. Download [Chromedriver](https://sites.google.com/a/chromium.org/chromedriver/)
    2. Download [Selenium Standalone Server](https://www.seleniumhq.org/download/).
    3. Run Selenium server with previously downloaded Chromedriver:

        ```
        $ java -Dwebdriver.chrome.driver=chromedriver -jar selenium-server-standalone.jar
        ```
    4. Run test application's webserver on `localhost:8080`:

        ```
        $ (cd tests/Application && bin/console server:run localhost:8080 -d public -e test)
        ```
    5. Run Behat:

        ```
        $ vendor/bin/behat --tags="@javascript"
        ```

### Opening Sylius with your plugin

[](#opening-sylius-with-your-plugin)

- Using `test` environment:

    ```
    $ (cd tests/Application && bin/console sylius:fixtures:load -e test)
    $ (cd tests/Application && bin/console server:run -d public -e test)
    ```
- Using `dev` environment:

    ```
    $ (cd tests/Application && bin/console sylius:fixtures:load -e dev)
    $ (cd tests/Application && bin/console server:run -d public -e dev)
    ```

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance54

Moderate activity, may be stable

Popularity21

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 77.8% 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 ~273 days

Total

4

Last Release

315d ago

Major Versions

v1.0.1 → v2.0.02025-07-01

### Community

Maintainers

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

---

Top Contributors

[![tuxes3](https://avatars.githubusercontent.com/u/5341293?v=4)](https://github.com/tuxes3 "tuxes3 (14 commits)")[![ArnoEgli](https://avatars.githubusercontent.com/u/100125973?v=4)](https://github.com/ArnoEgli "ArnoEgli (4 commits)")

---

Tags

syliuspaymente-commercesylius-plugindatatrans

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/whatwedo-sylius-datatrans-payment-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/whatwedo-sylius-datatrans-payment-plugin/health.svg)](https://phpackages.com/packages/whatwedo-sylius-datatrans-payment-plugin)
```

###  Alternatives

[sylius/invoicing-plugin

Invoicing plugin for Sylius.

901.0M2](/packages/sylius-invoicing-plugin)[sylius/paypal-plugin

PayPal plugin for Sylius.

451.4M4](/packages/sylius-paypal-plugin)[flux-se/sylius-payum-stripe-plugin

Payum Stripe gateways plugin for Sylius.

61342.2k](/packages/flux-se-sylius-payum-stripe-plugin)[bitbag/przelewy24-plugin

Przelewy24 payment plugin for Sylius applications.

1931.7k](/packages/bitbag-przelewy24-plugin)[bitbag/sylius-adyen-plugin

BitBag Adyen plug-in for Sylius.

1249.9k](/packages/bitbag-sylius-adyen-plugin)

PHPackages © 2026

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