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
- Host: GitHub
- URL: https://github.com/kraz/read-model-doctrine
- Owner: kraz
- License: mit
- Created: 2026-04-28T16:02:08.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-17T10:33:34.000Z (about 1 month ago)
- Last Synced: 2026-05-17T12:37:54.228Z (about 1 month ago)
- Topics: ddd, doctrine, doctrine-dbal, doctrine-orm, domain, model, read-model
- Language: PHP
- Homepage:
- Size: 221 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Doctrine Read Model
[](https://github.com/kraz/read-model-doctrine/actions/workflows/ci.yml)
[](https://packagist.org/packages/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.