PHPackages                             vaachar/sylius-archivable-products-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. vaachar/sylius-archivable-products-plugin

ActiveSylius-plugin

vaachar/sylius-archivable-products-plugin
=========================================

A sylius plugin to add archiving to products.

v1.0.2(5y ago)019MITPHPPHP ^7.3CI failing

Since Nov 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Vaalyn/sylius-archivable-products-plugin)[ Packagist](https://packagist.org/packages/vaachar/sylius-archivable-products-plugin)[ RSS](/packages/vaachar-sylius-archivable-products-plugin/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (29)Versions (5)Used By (0)

Sylius Archivable Products Plugin
=================================

[](#sylius-archivable-products-plugin)

Plugin to make products archivable when they shouldn't be available anymore. Also includes the option to archive products automatically when they reach a stock of 0 on all variants.

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

[](#quickstart-installation)

1. Require plugin via Composer

```
composer require vaachar/sylius-archivable-products-plugin

```

2. Inlcude config.yaml in `_sylius.yaml`

```
- { resource: "@SyliusArchivableProductsPlugin/Resources/config/config.yaml" }

```

3. Use trait and add interface to `src/Entity/Product/Product.php`

```
class Product extends BaseProduct implements IsArchivableProductInterface
{
    use ArchivableProductTrait;

    ...
}

```

4. Execute migrations

```
bin/console doctrine:migrations:migrate

```

Usage
-----

[](#usage)

This plugin adds a new menu entry to the side menu when creating or editing a product called `Archive`.

There you can activate the `Archive when out of stock` option to let this plugin automatically disable a product and archive it. You can also manually enter a date/time to archive the product there.

[![](https://github.com/Vaalyn/sylius-archivable-products-plugin/raw/master/screenshots/product_side_menu.png)](https://github.com/Vaalyn/sylius-archivable-products-plugin/raw/master/screenshots/product_side_menu.png)

[![](https://github.com/Vaalyn/sylius-archivable-products-plugin/raw/master/screenshots/product_archive_menu.png)](https://github.com/Vaalyn/sylius-archivable-products-plugin/raw/master/screenshots/product_archive_menu.png)

On the admin product listing page you can also quickly archive a product via the `Archive` action button.

[![](https://github.com/Vaalyn/sylius-archivable-products-plugin/raw/master/screenshots/product_list_archive_button.png)](https://github.com/Vaalyn/sylius-archivable-products-plugin/raw/master/screenshots/product_list_archive_button.png)

Archiving a product will hide it from the admin product listing so that your shop administrators can easily identify if a disabled product is only temporarily disabled or if it is archived and thus discontinued. You can view all archived products by selecting the respective filter.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Total

4

Last Release

1945d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/18d1cc1df3ab352ccbf87fd09a0027271d9b6144e03b6a53a3323abc021a6c1f?d=identicon)[Vaalyn](/maintainers/Vaalyn)

---

Top Contributors

[![Vaalyn](https://avatars.githubusercontent.com/u/13745863?v=4)](https://github.com/Vaalyn "Vaalyn (6 commits)")

---

Tags

syliussylius-plugin

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/vaachar-sylius-archivable-products-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/vaachar-sylius-archivable-products-plugin/health.svg)](https://phpackages.com/packages/vaachar-sylius-archivable-products-plugin)
```

###  Alternatives

[bitbag/cms-plugin

CMS plugin for Sylius applications.

2461.1M5](/packages/bitbag-cms-plugin)[sylius/invoicing-plugin

Invoicing plugin for Sylius.

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

Plugin provides basic refunds functionality for Sylius application.

691.7M14](/packages/sylius-refund-plugin)[stefandoorn/sitemap-plugin

Sitemap Plugin for Sylius

851.0M](/packages/stefandoorn-sitemap-plugin)[sylius/paypal-plugin

PayPal plugin for Sylius.

451.4M4](/packages/sylius-paypal-plugin)[monsieurbiz/sylius-rich-editor-plugin

A Rich Editor plugin for Sylius.

75380.8k6](/packages/monsieurbiz-sylius-rich-editor-plugin)

PHPackages © 2026

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