Libraries tagged by entity attribute value
break-down/entity-state
17 Downloads
Entity state implementation to define entity attributes with enumerated state values.
phitech/entities
46 Downloads
Provides methods for managing entities that consist two database tables: main and meta. It allows for an indiscrete set of attributes by storing them as key-value sets in the meta table, while the most important attributes and indexes are in the main table. This structure is inspired by the post/postmeta structure in Wordpress databases.
zijinghua/laravel_eav
0 Downloads
zijinghua/eav
0 Downloads
mralston/laravel-eav
7 Downloads
Implements the Entity-Attribute-Value pattern to supplement Eloquent with adhoc attributes.
awssam/larattributes
15 Downloads
Larattributes is a robust, intelligent, and integrated Entity-Attribute-Value model (EAV) implementation for Laravel Eloquent, with powerful underlying for managing entity attributes implicitly as relations with ease. It utilizes the power of Laravel Eloquent, with smooth and seamless integration.
tomfun/brander-eav
620 Downloads
helps to create entity that have different attributes (fields) in same database. Also provide integration with elastic search friendsofsymfony/elastica-bundle
riddlemd/eavus
0 Downloads
EAV plugin for CakePHP3
daniloromka/eav
0 Downloads
EAV model using PostgreSQL jsonb type
monger/eloquent-eav
381 Downloads
Entity-Attribute-Value Relations for the Eloquent ORM
lotriss/eav-bundle
5 Downloads
Entity Attribute Value Bundle for symfony
dgvirtual/codeigniter4-meta-info
2 Downloads
Codeigniter4 library enabling use of Entity-Attribute-Value style storage for additional fields of models.
daniazulai/eav-model-bundle
19 Downloads
Symfony & Doctrine implementation of a Entity-Attribute-Value model, easily extendable
yiiext/eav-behavior
259 Downloads
yii entity attrbiute value behavior