Skip to content

Latest commit

 

History

History
 
 

README.md

Entity-Attribute-Value Domain

A domain layer providing basic EAV management.

Latest Stable Version

This package is part of the Message driven PHP project.

MsgPHP is a project that aims to provide (common) message based domain layers for your application. It has a low development time overhead and avoids being overly opinionated.

Installation

composer require msgphp/eav

Features

  • Symfony messenger commands & events
  • Doctrine persistence
  • Default attribute value types: bool, int, float, string, \DateTimeInterface and null

Documentation

Contributing

This repository is READ ONLY. Issues and pull requests should be submitted in the main development repository.