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

https://github.com/b2pweb/bdf-prime-persistence

Adapter of Doctrine persistence for Prime ORM
https://github.com/b2pweb/bdf-prime-persistence

Last synced: 5 months ago
JSON representation

Adapter of Doctrine persistence for Prime ORM

Awesome Lists containing this project

README

          

# Prime persistence

Implementation of Doctrine persistence interfaces.

[![build](https://github.com/b2pweb/bdf-prime-persistence/actions/workflows/php.yml/badge.svg)](https://github.com/b2pweb/bdf-prime-persistence/actions/workflows/php.yml)
[![codecov](https://codecov.io/github/b2pweb/bdf-prime-persistence/branch/master/graph/badge.svg?token=VOFSPEWYKX)](https://app.codecov.io/github/b2pweb/bdf-prime-persistence)
[![Packagist Version](https://img.shields.io/packagist/v/b2pweb/bdf-prime-persistence.svg)](https://packagist.org/packages/b2pweb/bdf-prime-persistence)
[![Total Downloads](https://img.shields.io/packagist/dt/b2pweb/bdf-prime-persistence.svg)](https://packagist.org/packages/b2pweb/bdf-prime-persistence)

## Installation

```bash
composer require b2pweb/bdf-prime-persistence
```