https://github.com/micro-php/plugin-eav-doctrine
https://github.com/micro-php/plugin-eav-doctrine
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/micro-php/plugin-eav-doctrine
- Owner: Micro-PHP
- License: mit
- Created: 2022-02-09T09:31:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-09T09:32:07.000Z (over 3 years ago)
- Last Synced: 2025-01-12T14:48:26.796Z (4 months ago)
- Language: PHP
- Size: 35.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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