Skip to content

Padam87/AttributeBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4e114a2 Â· Mar 1, 2018
Jul 4, 2015
Jul 7, 2015
Jul 4, 2015
Jul 4, 2015
Mar 15, 2016
Jul 7, 2015
Jul 15, 2015
Jul 15, 2015
Jul 7, 2015
Dec 1, 2012
Jul 15, 2015
Jul 4, 2015
Jul 4, 2015
Dec 24, 2013
Sep 14, 2013
Dec 1, 2012
Mar 1, 2018
Jul 4, 2015
Dec 25, 2013

Repository files navigation

Build Status Scrutinizer Code Quality Coverage Status

License Latest Stable Version Latest Unstable Version Total Downloads Monthly Downloads

DEPRECATED

Please don't use this bundle in a production environment. Years ago, when I created this bundle EAV was a good choice to store data which had a loose schema in SQL. Nowdays we have all kinds of schema less storage options which are better suited for this job.

If you absolutely have to use SQL, EAV can still help you, and this bundle should be able to inspire you.

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.

Installation

Usage with Schema: Custom fields are related to the entity. When the schema is updated, the attributes are synchronized.

Usage without Schema: Custom fields are related to each data row individually.

Bitdeli Badge