cinal / attribute-bundle
This package is abandoned and no longer maintained.
No replacement package was suggested.
Padam87 AttributeBundle
Package info
github.com/Cinal/AttributeBundle
Type:symfony-bundle
pkg:composer/cinal/attribute-bundle
v2.0.0
2013-09-14 10:32 UTC
Requires
- symfony/symfony: >2.3.0
Suggests
- padam87/search-bundle: For easy searching in attributes
This package is not auto-updated.
Last update: 2017-09-02 10:15:04 UTC
README
#Padam87AttributeBundle
An EAV implementation for Symfony2.
The purpose of this bundle is to allow users to create custom fields for entities.
Custom fields can be unique per row in the DB, or can be related to an entity itself.
Usage with Schema: Custom fields are related to the entity. When the schema is updated, the attributes are syncronized.
Usage without Schema: Custom fields are related to each data row individually.