2017 © Pedro Peláez
 

symfony-bundle eav-bundle

Basic entity-attribute-value management (the `EAV` domain)

image

msgphp/eav-bundle

Basic entity-attribute-value management (the `EAV` domain)

  • Monday, July 9, 2018
  • by ro0NL
  • Repository
  • 3 Watchers
  • 8 Stars
  • 1,026 Installations
  • PHP
  • 2 Dependents
  • 1 Suggesters
  • 1 Forks
  • 0 Open issues
  • 26 Versions
  • 65 % Grown

The README.md

NOT ACTIVELY SUPPORTED ANY MORE!!

msgphp/* repositories are not actively developed/supported anymore., (*1)

Use in production on your own risks., (*2)

If you want to do some hotfixes - please do PR directly in target repository instead of previous msgphp/msgphp monorepository, (*3)

Entity-Attribute-Value Bundle

A Symfony bundle for basic EAV management., (*4)

![Latest Stable Version][packagist:img], (*5)

Installation

composer require msgphp/eav-bundle

Configuration

<?php
// config/packages/msgphp_eav.php

use MsgPhp\Eav\Attribute;
use MsgPhp\Eav\AttributeValue;
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;

return function (ContainerConfigurator $container) {
    $container->extension('msgphp_eav', [
        'class_mapping' => [
            Attribute::class => \App\Entity\Attribute::class,
            AttributeValue::class => \App\Entity\AttributeValue::class,
        ],
    ]);
};

Documentation

Contributing

The Versions

09/07 2018

dev-master

9999999-dev

Basic entity-attribute-value management (the `EAV` domain)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Roland Franssen

eav entity-attribute-value

08/07 2018

v0.5.0

0.5.0.0

Basic entity-attribute-value management (the `EAV` domain)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Roland Franssen

eav entity-attribute-value

06/05 2018

v0.4.4

0.4.4.0

Basic entity-attribute-value management (the `EAV` domain)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Roland Franssen

eav entity-attribute-value

02/05 2018

v0.4.3

0.4.3.0

Basic entity-attribute-value management (the `EAV` domain)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Roland Franssen

eav entity-attribute-value

02/05 2018

v0.4.1

0.4.1.0

Basic entity-attribute-value management (the `EAV` domain)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Roland Franssen

eav entity-attribute-value

02/05 2018

v0.4.2

0.4.2.0

Basic entity-attribute-value management (the `EAV` domain)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Roland Franssen

eav entity-attribute-value

02/05 2018

v0.4.0

0.4.0.0

Basic entity-attribute-value management (the `EAV` domain)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Roland Franssen

eav entity-attribute-value

22/01 2018
22/01 2018
19/01 2018