Skip to content

The DoctrineEAVBundle provides a seamless integration of the Entity-Attribute-Value (EAV) model with Doctrine ORM within the Symfony framework.

License

Notifications You must be signed in to change notification settings

UFO-Tech/doctrine-eav-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DoctrineEAVBundle

The DoctrineEAVBundle is designed to integrate the Entity-Attribute-Value (EAV) model with Doctrine ORM in Symfony applications. This bundle facilitates the handling of highly dynamic data models and is ideal for scenarios where the data schema is not fixed, such as in customizable e-commerce products or complex data platforms.

Features

  • Dynamic Entity Management: Manage entities with an arbitrary number of attributes without altering the database schema.
  • Scalable Data Modeling: Optimize your database for scalability in applications with extensive attribute sets.
  • Flexible Querying: Utilize Doctrine ORM to query your EAV data efficiently, maintaining the power and security of DQL.
  • Configurable: Easily configure entity attributes on the fly, adapting to your data needs without service interruption.

Installation

Install the DoctrineEAVBundle using Composer:

composer require ufo-tech/doctrine-eav-bundle

About

The DoctrineEAVBundle provides a seamless integration of the Entity-Attribute-Value (EAV) model with Doctrine ORM within the Symfony framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages