PHPackages                             spryker-demo/product-archiving-feature - 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. spryker-demo/product-archiving-feature

ActiveMetapackage[Utility &amp; Helpers](/categories/utility)

spryker-demo/product-archiving-feature
======================================

Product archiving \[feature\]

1.0.0(7mo ago)00proprietaryPHP &gt;=8.2CI passing

Since Sep 25Pushed 7mo agoCompare

[ Source](https://github.com/spryker-demo/product-archiving-feature)[ Packagist](https://packagist.org/packages/spryker-demo/product-archiving-feature)[ RSS](/packages/spryker-demo-product-archiving-feature/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Spryker Demo Product Archiving Feature
======================================

[](#spryker-demo-product-archiving-feature)

[![Minimum PHP Version](https://camo.githubusercontent.com/ec21f169d70b69344c67d6f18fa1a24d20476d2f0cd680e8c4a1534c22f34e5f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230382e322d3838393242462e737667)](https://php.net/)

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

[](#installation)

### Install feature

[](#install-feature)

```
composer require spryker-demo/product-archiving-feature

```

### Add `SprykerDemo` namespace to configuration

[](#add-sprykerdemo-namespace-to-configuration)

```
$config[KernelConstants::CORE_NAMESPACES] = [
    'SprykerDemo',
     ...
];

```

### Wire the table action expander plugin

[](#wire-the-table-action-expander-plugin)

```
# src/Pyz/Zed/ProductManagement/ProductManagementDependencyProvider.php

use SprykerDemo\Zed\ProductArchivingGui\Communication\Plugin\ProductManagement\ProductArchivingProductVariantTableActionExpanderPlugin;
use SprykerDemo\Zed\ProductManagement\ProductManagementDependencyProvider as SprykerDemoProductManagementDependencyProvider;

class ProductManagementDependencyProvider extends SprykerDemoProductManagementDependencyProvider
{
    ...

    /**
     * @return array
     */
    protected function getProductVariantTableActionExpanderPlugins(): array
    {
        return [
            new ProductArchivingProductVariantTableActionExpanderPlugin(),
        ];
    }
}

```

### Inherit project class `ProductManagementCommunicationFactory` from the corresponding Spryker Demo one

[](#inherit-project-class-productmanagementcommunicationfactory-from-the-corresponding-spryker-demo-one)

```
# src/Pyz/Zed/ProductManagement/Communication/ProductManagementCommunicationFactory.php

use SprykerDemo\Zed\ProductManagement\Communication\ProductManagementCommunicationFactory as SprykerDemoProductManagementCommunicationFactory;

class ProductManagementCommunicationFactory extends SprykerDemoProductManagementCommunicationFactory
{
    ...
}

```

### Build Propel classes

[](#build-propel-classes)

```
console propel:install

```

### Generate Backoffice translations

[](#generate-backoffice-translations)

```
console translator:generate-cache

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance63

Regular maintenance activity

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

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

Unknown

Total

1

Last Release

230d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c6756c39a921146991fee6b4090f4130af143ee3aa7a776b688365c5f3d5b511?d=identicon)[spryker\_solution\_consulting\_demos](/maintainers/spryker_solution_consulting_demos)

---

Top Contributors

[![devvent](https://avatars.githubusercontent.com/u/4672959?v=4)](https://github.com/devvent "devvent (2 commits)")[![asaulenko](https://avatars.githubusercontent.com/u/20285714?v=4)](https://github.com/asaulenko "asaulenko (1 commits)")

### Embed Badge

![Health badge](/badges/spryker-demo-product-archiving-feature/health.svg)

```
[![Health](https://phpackages.com/badges/spryker-demo-product-archiving-feature/health.svg)](https://phpackages.com/packages/spryker-demo-product-archiving-feature)
```

###  Alternatives

[omar-elnaghy/laradate-filters

A Laravel package for advanced date filtering and manipulation

1303.6k](/packages/omar-elnaghy-laradate-filters)[runtime/bref

Bref runtime

19107.4k](/packages/runtime-bref)[sevendays-digital/filament-nested-resources

Helpers to work with nested resources

213.8k](/packages/sevendays-digital-filament-nested-resources)

PHPackages © 2026

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