PHPackages                             superbox/sylius-data-portability-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. superbox/sylius-data-portability-plugin

ActiveSylius-plugin[Utility &amp; Helpers](/categories/utility)

superbox/sylius-data-portability-plugin
=======================================

Simple data portability plugin for Sylius.

00PHP

Since Nov 30Pushed 7y agoCompare

[ Source](https://github.com/Niyv/SuperboxSyliusDataPortabilityPlugin)[ Packagist](https://packagist.org/packages/superbox/sylius-data-portability-plugin)[ RSS](/packages/superbox-sylius-data-portability-plugin/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

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

Data Portability Plugin
=======================

[](#data-portability-plugin)

Out-of-the-box Plugin Solution for GDPR Compliance.

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

[](#installation)

1. Run `composer require superbox/sylius-data-portability-plugin

Usage
-----

[](#usage)

This is an out-of-the-box basic plugin for Sylius to comply with the EU GDPR in regards to data portability. Users can navigate to "your-sylius-website/data-portability" to access the plugins functionality.

On entering their e-mail address, the plugin will gather all related data to that e-mail in the existing database and send it as an e-mail attachment to the supplied address.

The following data is gathered and send out:

Tables:

```
sylius_customer;
sylius_address;
sylius_shop_user;
sylius_order;
sylius_address_log_entry;
sylius_payment;
sylius_product_review;

```

Fields:

```
'email', 'firstName', 'lastName', 'birthday', 'gender', 'phoneNumber', 'company', 'countryCode', 'street', 'city', 'postcode', 'username', 'title', 'rating',  'comment',

```

### Running plugin tests

[](#running-plugin-tests)

- Behat (non-JS scenarios)

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

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

        ```
        $ bin/selenium-server-standalone -Dwebdriver.chrome.driver=chromedriver
        ```
    3. Run test application's webserver on `localhost:8080`:

        ```
        $ (cd tests/Application && bin/console server:run 127.0.0.1:8080 -d web -e test)
        ```
    4. Run Behat:

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

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/3ebf3031e6e9c20554f8c835b8a19a68177994676139df3f37bedd2e197cd476?d=identicon)[Niyv](/maintainers/Niyv)

---

Top Contributors

[![Niyv](https://avatars.githubusercontent.com/u/38754952?v=4)](https://github.com/Niyv "Niyv (10 commits)")

### Embed Badge

![Health badge](/badges/superbox-sylius-data-portability-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/superbox-sylius-data-portability-plugin/health.svg)](https://phpackages.com/packages/superbox-sylius-data-portability-plugin)
```

###  Alternatives

[muglug/package-versions-56

A backport of ocramius/package-versions that supports php ^5.6. Composer plugin that provides efficient querying for installed package versions (no runtime IO)

33995.1k](/packages/muglug-package-versions-56)

PHPackages © 2026

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