Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ipublikuj/doctrine-orm-query

:mag_right: Create entities select queries in Doctrine 2
https://github.com/ipublikuj/doctrine-orm-query

Last synced: about 1 month ago
JSON representation

:mag_right: Create entities select queries in Doctrine 2

Awesome Lists containing this project

README

        

# Doctrine ORM Query

[![Build Status](https://badgen.net/github/checks/ipublikuj/doctrine-orm-query/master?cache=300&style=flast-square)](https://github.com/ipublikuj/doctrine-orm-query)
[![Code coverage](https://badgen.net/coveralls/c/github/ipublikuj/doctrine-orm-query?cache=300&style=flast-square)](https://coveralls.io/github/ipublikuj/doctrine-orm-query)
![PHP](https://badgen.net/packagist/php/ipub/doctrine-orm-query?cache=300&style=flast-square)
[![Licence](https://badgen.net/packagist/license/ipub/doctrine-orm-query?cache=300&style=flast-square)](https://packagist.org/packages/ipub/doctrine-orm-query)
[![Downloads total](https://badgen.net/packagist/dt/ipub/doctrine-orm-query?cache=300&style=flast-square)](https://packagist.org/packages/ipub/doctrine-orm-query)
[![Latest stable](https://badgen.net/packagist/v/ipub/doctrine-orm-query/latest?cache=300&style=flast-square)](https://packagist.org/packages/ipub/doctrine-orm-query)
[![PHPStan](https://img.shields.io/badge/PHPStan-enabled-brightgreen.svg?style=flat-square)](https://github.com/phpstan/phpstan)

Create doctrine data queries and fetch them with [Doctrine2](http://www.doctrine-project.org/) entity repository.

## Installation

The best way to install **ipub/doctrine-orm-query** is using [Composer](http://getcomposer.org/):

```sh
composer require ipub/doctrine-orm-query
```

## Documentation

Learn how to build data queries in [documentation](https://github.com/iPublikuj/doctrine-orm-query/blob/master/docs/en/index.md).

***
Homepage [https://www.ipublikuj.eu](https://www.ipublikuj.eu) and repository [http://github.com/iPublikuj/doctrine-orm-query](http://github.com/iPublikuj/doctrine-orm-query).