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

https://github.com/chubbyphp-legacy/chubbyphp-model-doctrine-dbal

Model and repository made simple. Doctrine DBAL implementation
https://github.com/chubbyphp-legacy/chubbyphp-model-doctrine-dbal

Last synced: 6 months ago
JSON representation

Model and repository made simple. Doctrine DBAL implementation

Awesome Lists containing this project

README

          

# chubbyphp-model-doctrine-dbal

[![Build Status](https://api.travis-ci.org/chubbyphp/chubbyphp-model-doctrine-dbal.png?branch=master)](https://travis-ci.org/chubbyphp/chubbyphp-model-doctrine-dbal)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/chubbyphp/chubbyphp-model-doctrine-dbal/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/chubbyphp/chubbyphp-model-doctrine-dbal/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/chubbyphp/chubbyphp-model-doctrine-dbal/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/chubbyphp/chubbyphp-model-doctrine-dbal/?branch=master)
[![Total Downloads](https://poser.pugx.org/chubbyphp/chubbyphp-model-doctrine-dbal/downloads.png)](https://packagist.org/packages/chubbyphp/chubbyphp-model-doctrine-dbal)
[![Monthly Downloads](https://poser.pugx.org/chubbyphp/chubbyphp-model-doctrine-dbal/d/monthly)](https://packagist.org/packages/chubbyphp/chubbyphp-model-doctrine-dbal)
[![Latest Stable Version](https://poser.pugx.org/chubbyphp/chubbyphp-model-doctrine-dbal/v/stable.png)](https://packagist.org/packages/chubbyphp/chubbyphp-model-doctrine-dbal)
[![Latest Unstable Version](https://poser.pugx.org/chubbyphp/chubbyphp-model-doctrine-dbal/v/unstable)](https://packagist.org/packages/chubbyphp/chubbyphp-model-doctrine-dbal)

## Description

A simple [chubbyphp/chubbyphp-model][2] implementation for relational databases based on [doctrine/dbal][3].

## Requirements

* php: ~7.0
* chubbyphp/chubbyphp-model: ~3.0
* container-interop/container-interop: ~1.0
* doctrine/common: ~2.5
* doctrine/dbal: ~2.5

## Suggests

* chubbyphp/lazy: ~1.0,
* symfony/console: ~2.7|~3.0

## Installation

Through [Composer](http://getcomposer.org) as [chubbyphp/chubbyphp-model-doctrine-dbal][1].

```sh
composer require chubbyphp/chubbyphp-model-doctrine-dbal "~1.0"
```

## Usage

* [Command][4]
* [Model][5]
* [Repository][6]

[1]: https://packagist.org/packages/chubbyphp/chubbyphp-model-doctrine-dbal
[2]: https://github.com/chubbyphp/chubbyphp-model
[3]: https://github.com/doctrine/dbal
[4]: doc/Command.md
[5]: doc/Model.md
[6]: doc/Repository.md

## Copyright

Dominik Zogg 2016