PHPackages                             enviroment/eavbundle - 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. enviroment/eavbundle

ActiveSymfony-bundle[Framework](/categories/framework)

enviroment/eavbundle
====================

Symfony2 Eav Bundle

0.0.2(11y ago)2421MITPHPPHP &gt;=5.4

Since May 11Pushed 11y ago2 watchersCompare

[ Source](https://github.com/pavlomoroz/SymfonyEav)[ Packagist](https://packagist.org/packages/enviroment/eavbundle)[ Docs](https://github.com/pavlomoroz/SymfonyEav)[ RSS](/packages/enviroment-eavbundle/feed)WikiDiscussions master Synced 1mo ago

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

\#Eav Bundle

\##1, Require

jms\_di\_extra bundle

config

```
- { resource: "@EnviromentEavBundle/Resources/config/config.yml" }

jms_di_extra:
    locations:
        all_bundles: false
        bundles: [ EnviromentEavBundle ]
        directories: ["%kernel.root_dir%/../src"]

```

routing

```
enviroment_eav:
    resource: "@EnviromentEavBundle/Resources/config/routing.yml"
    prefix:   /attribute

```

FormType

```
->add('attributes', 'attributeCollection', array(
            'type' => new AttributeType()
        ))

```

Kernel

```
new Enviroment\EavBundle\EnviromentEavBundle(),

```

Your entity

```
use Enviroment\EavBundle\Annotation as EAV;
use Enviroment\EavBundle\Entity\AttributedEntityTrait;

/**
 * Entity
 * @EAV\Entity()
 ...
 */
class Entity
{
    use AttributedEntityTrait;
}

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

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

Total

2

Last Release

4023d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/79ab03ecfecbf4edda013dfd7a811bcbbdb06eed117202ca81280cc5872f81d6?d=identicon)[pavlomoroz](/maintainers/pavlomoroz)

---

Tags

pagepage bundle

### Embed Badge

![Health badge](/badges/enviroment-eavbundle/health.svg)

```
[![Health](https://phpackages.com/badges/enviroment-eavbundle/health.svg)](https://phpackages.com/packages/enviroment-eavbundle)
```

###  Alternatives

[cyber-duck/silverstripe-block-page

A modular approach to building pages in SilverStripe

1417.4k](/packages/cyber-duck-silverstripe-block-page)[ed/blog-bundle

Symfony EDBlogBundle

348.4k](/packages/ed-blog-bundle)

PHPackages © 2026

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