PHPackages                             ikuzostudio/rma-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. ikuzostudio/rma-plugin

ActiveSylius-plugin

ikuzostudio/rma-plugin
======================

RMA plugin for Sylius

v1.4(3y ago)0249MITPHPPHP ^8.0

Since Sep 21Pushed 3y ago2 watchersCompare

[ Source](https://github.com/ikuzostudio/SyliusRMAPlugin)[ Packagist](https://packagist.org/packages/ikuzostudio/rma-plugin)[ RSS](/packages/ikuzostudio-rma-plugin/feed)WikiDiscussions main Synced 1mo ago

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

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

RMA Plugin
==========

[](#rma-plugin)

Add RMA contact page into Sylius.

/!\\ Currently in alpha /!\\

Quickstart
----------

[](#quickstart)

```
$ composer require ikuzostudio/rma-plugin

```

Add plugin dependencies to your `config/bundles.php` file:

```
return [
  // ...
  Ikuzo\SyliusRMAPlugin\IkuzoSyliusRMAPlugin::class => ['all' => true],
];
```

Import required config in your `config/packages/_sylius.yaml` file:

```
# config/packages/_sylius.yaml

imports:
  ...
  - { resource: "@IkuzoSyliusRMAPlugin/Resources/config/app/config.yaml"}
```

Add routes in `config/routes.yaml`

```
# config/routes.yaml

ikuzo_rma_routes:
    resource: "@IkuzoSyliusRMAPlugin/Resources/config/routes.yaml"
    prefix: /{_locale}
    requirements:
        _locale: ^[a-z]{2}(?:_[A-Z]{2})?$
```

To override existing reasons, in your `config/packages/_sylius.yaml` file:

```
# config/packages/_sylius.yaml

ikuzo_sylius_rma:
  reasons:
    damaged: ikuzo_rma.form.reasons.damaged
    wrong_product: ikuzo_rma.form.reasons.wrong_product
    other: ikuzo_rma.form.reasons.other
    ...
```

Add the RMAChannelInterface to the Channel model and implement it with the RMAChannelTrait

```
use Ikuzo\SyliusRMAPlugin\Model\RMAChannelInterface;
use Ikuzo\SyliusRMAPlugin\Model\RMAChannelTrait;

class Channel extends BaseChannel implements RMAChannelInterface
{
    use RMAChannelTrait;
}
```

Create a migration and run it

```
bin/console make:migration
bin/console doctrine:migration:migrate
```

Go in the admin panel and enable the RMA for the wanted channels

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~0 days

Total

5

Last Release

1326d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6021e250024de74e0b71d370874eae01f21d12ba3f903f14f82cd5b191c7ba8f?d=identicon)[ikuzo\_studio](/maintainers/ikuzo_studio)

---

Top Contributors

[![lou-perret](https://avatars.githubusercontent.com/u/110917536?v=4)](https://github.com/lou-perret "lou-perret (2 commits)")

---

Tags

syliussylius-pluginsavrma

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/ikuzostudio-rma-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/ikuzostudio-rma-plugin/health.svg)](https://phpackages.com/packages/ikuzostudio-rma-plugin)
```

###  Alternatives

[dedi/sylius-seo-plugin

Sylius SEO plugin by Dedi.

28138.9k](/packages/dedi-sylius-seo-plugin)[tilleuls/sylius-click-n-collect-plugin

Click and Collect plugin for Sylius, to sell and deliver securely during the COVID-19 pandemic.

7814.2k](/packages/tilleuls-sylius-click-n-collect-plugin)[odiseoteam/sylius-report-plugin

Plugin for Sylius to make customizable reports.

3275.4k](/packages/odiseoteam-sylius-report-plugin)[webgriffe/sylius-akeneo-plugin

Plugin allowing to import products data from Akeneo PIM to your Sylius store.

2477.8k](/packages/webgriffe-sylius-akeneo-plugin)[webgriffe/sylius-table-rate-shipping-plugin

Provides table rate shipping calculator.

1490.4k](/packages/webgriffe-sylius-table-rate-shipping-plugin)

PHPackages © 2026

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