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
- Host: GitHub
- URL: https://github.com/chubbyphp-legacy/chubbyphp-model-doctrine-dbal
- Owner: chubbyphp-legacy
- License: mit
- Archived: true
- Created: 2016-11-13T20:13:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-11T15:46:11.000Z (almost 8 years ago)
- Last Synced: 2025-11-27T14:48:58.502Z (7 months ago)
- Language: PHP
- Size: 82 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chubbyphp-model-doctrine-dbal
[](https://travis-ci.org/chubbyphp/chubbyphp-model-doctrine-dbal)
[](https://scrutinizer-ci.com/g/chubbyphp/chubbyphp-model-doctrine-dbal/?branch=master)
[](https://scrutinizer-ci.com/g/chubbyphp/chubbyphp-model-doctrine-dbal/?branch=master)
[](https://packagist.org/packages/chubbyphp/chubbyphp-model-doctrine-dbal)
[](https://packagist.org/packages/chubbyphp/chubbyphp-model-doctrine-dbal)
[](https://packagist.org/packages/chubbyphp/chubbyphp-model-doctrine-dbal)
[](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