PHPackages                             aamant/configurable-attributes-bundle - 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. [Framework](/categories/framework)
4. /
5. aamant/configurable-attributes-bundle

AbandonedArchivedLibrary[Framework](/categories/framework)

aamant/configurable-attributes-bundle
=====================================

Configurable attributes for Symfony

1.0.0(9y ago)052MITPHPPHP &gt;=5.6.0

Since Mar 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/aamant/configurable-attributes-bundle)[ Packagist](https://packagist.org/packages/aamant/configurable-attributes-bundle)[ RSS](/packages/aamant-configurable-attributes-bundle/feed)WikiDiscussions master Synced yesterday

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

README
======

[](#readme)

Install
-------

[](#install)

Install with composer

`composer require aamant/configurable-attributes-bundle`

Modify AppKernel.php

```
$bundles = [
    ...
    new Aamant\ConfigurableAttributesBundle\AamantConfigurableAttributesBundle(),
    ...
];

```

Add routes

```
configurable_attributes.attributes:
    resource: "@AamantConfigurableAttributesBundle/Resources/config/routing.xml"

```

Use
---

[](#use)

Add relation to entity

```
/**
 * @ORM\ManyToOne(targetEntity="\Aamant\ConfigurableAttributesBundle\Entity\Option")
 * @ORM\JoinColumn(name="relation_id", referencedColumnName="id", onDelete="SET NULL", nullable=true)
 */
private $relation;

```

Form field

```
$builder
    ...
    ->add('relation', \Aamant\ConfigurableAttributesBundle\Form\AttributeOptionType::class, [
        'definition'    => 'test',
        'placeholder'   => '',
        'required'      => false,
    ])
    ...
;

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

3387d ago

Major Versions

0.0.1 → 1.0.02017-03-22

### Community

Maintainers

![](https://www.gravatar.com/avatar/2c23c03de68c6f5956fbd55ba4bbdaecaf4cf272c2594d344cd4921347c670c4?d=identicon)[aamant](/maintainers/aamant)

---

Top Contributors

[![aamant](https://avatars.githubusercontent.com/u/393311?v=4)](https://github.com/aamant "aamant (7 commits)")

### Embed Badge

![Health badge](/badges/aamant-configurable-attributes-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/aamant-configurable-attributes-bundle/health.svg)](https://phpackages.com/packages/aamant-configurable-attributes-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k16.8k](/packages/prestashop-prestashop)[chameleon-system/chameleon-base

The Chameleon System core.

1027.9k4](/packages/chameleon-system-chameleon-base)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M465](/packages/pimcore-pimcore)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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