https://github.com/kuperwood/eav
Engine to manage and maintain EAV data across multiple data domains.
https://github.com/kuperwood/eav
eav php
Last synced: 3 months ago
JSON representation
Engine to manage and maintain EAV data across multiple data domains.
- Host: GitHub
- URL: https://github.com/kuperwood/eav
- Owner: kuperwood
- License: mit
- Created: 2023-03-18T19:25:37.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-16T17:29:37.000Z (about 1 year ago)
- Last Synced: 2026-01-11T16:33:53.751Z (5 months ago)
- Topics: eav, php
- Language: PHP
- Homepage:
- Size: 3.94 MB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.MD
Awesome Lists containing this project
README
# EAV library
[](https://github.com/kuperwood/eav/releases)
[](https://github.com/kuperwood/eav/actions)
[](https://opensource.org/license/mit)
[](https://scrutinizer-ci.com/g/kuperwood/eav)
[](https://scrutinizer-ci.com/g/kuperwood/eav/?branch=master)
The EAV engine is designed to manage and manipulate EAV data across multiple domains. Library offers functionalities for configurable entity CRUD, importing and exporting entities, as well as managing attribute sets and groups. The attributes are configurable, and attribute strategies with hooks are available. The approach and concepts are inspired by the "Magento way". The application is specifically tailored for a custom CMS-oriented environment.
### Features
- manage attribute types, attributes, attributes sets and groups, entities
- entity CRUD and validation
### Requirements
- PHP >=7.4
- ext-pdo
[Documentation](./docs/eav.md)
[Examples](./docs/examples.md)
### Installation
```bash
$ composer require kuperwood/eav
```
### License
Eav package is licensed under the [MIT License](http://opensource.org/licenses/MIT).
Copyright 2025 [Alex Kuperwood](https://github.com/kuperwood)