PHPackages                             avarel/sw-attribute-installer - 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. avarel/sw-attribute-installer

ActiveLibrary

avarel/sw-attribute-installer
=============================

Shopware 5 attribute installer

1.0(6y ago)04MITPHPPHP ^7.2

Since Oct 4Pushed 6y ago1 watchersCompare

[ Source](https://github.com/avareldev/sw-attribute-installer)[ Packagist](https://packagist.org/packages/avarel/sw-attribute-installer)[ RSS](/packages/avarel-sw-attribute-installer/feed)WikiDiscussions master Synced 2mo ago

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

Attribute installer for shopware 5
==================================

[](#attribute-installer-for-shopware-5)

This package provides a attribute install command based on a yaml config. This is intended to work with the composer skeleton of shopware 5

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

[](#installation)

Install the package:

```
$ composer require avarel/sw-attribute-installer
```

Enable it in your ./app/services.xml:

```

```

Setup
-----

[](#setup)

Define a YAML file anywhere you want.

Configure your fields:

```
attributes:
    s_articles_attributes:
        recommended_retail_price:
            type: 'float'
            label: 'UVP'
            displayInBackend: true
        rating_image:
            type: 'single_selection'
            label: 'Image'
            displayInBackend: true
            entity: 'Shopware\Models\Media\Media'
    s_categories_attributes:
        is_bold:
            type: 'boolean'
            label: 'Kategoriename fettgeschrieben darstellen?'
            displayInBackend: true
```

Execute the command
-------------------

[](#execute-the-command)

Use this command to install the attributes

```
$ php ./bin/console avarel:attributes:install /path/to/attributes.yml
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

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

Unknown

Total

1

Last Release

2408d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/78f74e928b9bdd465b213e60ec00fe478caa32f7ec78a385cd1322d0628896d3?d=identicon)[avareldev](/maintainers/avareldev)

---

Top Contributors

[![avareldev](https://avatars.githubusercontent.com/u/6123267?v=4)](https://github.com/avareldev "avareldev (1 commits)")

### Embed Badge

![Health badge](/badges/avarel-sw-attribute-installer/health.svg)

```
[![Health](https://phpackages.com/badges/avarel-sw-attribute-installer/health.svg)](https://phpackages.com/packages/avarel-sw-attribute-installer)
```

###  Alternatives

[shopware/composer-project

Project template for Shopware projects with composer

6925.0k](/packages/shopware-composer-project)

PHPackages © 2026

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