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

https://github.com/loevgaard/doctrine-manager


https://github.com/loevgaard/doctrine-manager

doctrine library php php-library php7

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Doctrine Manager

[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]

This is a Doctrine Manager primary for Symfony applications, but can be used in all applications using Doctrine.

## Install

Via Composer

``` bash
$ composer require loevgaard/doctrine-manager
```

## Usage

Say you have an Entity named `YourEntity` then you will create a manager as easy as:

```php