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

https://github.com/kraz/read-model-doctrine

Doctrine implementation for the Read Model Domain
https://github.com/kraz/read-model-doctrine

ddd doctrine doctrine-dbal doctrine-orm domain model read-model

Last synced: 6 days ago
JSON representation

Doctrine implementation for the Read Model Domain

Awesome Lists containing this project

README

          

# Doctrine Read Model

[![CI](https://github.com/kraz/read-model-doctrine/actions/workflows/ci.yml/badge.svg)](https://github.com/kraz/read-model-doctrine/actions/workflows/ci.yml)
[![Packagist Version](https://img.shields.io/packagist/v/kraz/read-model-doctrine)](https://packagist.org/packages/kraz/read-model-doctrine)
[![GitHub license](https://img.shields.io/github/license/kraz/read-model-doctrine)](LICENSE)

Doctrine implementation for the [Read Models Domain](https://github.com/kraz/read-model).

## Installation

```bash
composer require kraz/read-model-doctrine
```

## License

This library is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.