An open API service indexing awesome lists of open source software.

https://github.com/micro-php/plugin-eav-doctrine


https://github.com/micro-php/plugin-eav-doctrine

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Micro Framework Entity Attribute Value adapter for [micro/plugin-eav-core](/#) based on [micro/plugin-doctrine](/#) library.

## Installation

Use the package manager [Composer](https://getcomposer.org/) to install.

```bash
composer require micro/plugin-eav-doctrine
```

## Basic Configure

Append plugin to ./etc/plugins.php

```php