Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/68publishers/doctrine-query-objects

:star2: Query Objects for Doctrine ORM
https://github.com/68publishers/doctrine-query-objects

bundle doctrine nette nette-extension query-object

Last synced: 27 days ago
JSON representation

:star2: Query Objects for Doctrine ORM

Awesome Lists containing this project

README

        

> :warning: Warning! This package does not have active support, it exists only for the historical needs of the author.

# Doctrine Query Objects

Query Objects for Doctrine ORM inspired by implementation in [kdyby/doctrine](https://github.com/Kdyby/Doctrine).

## Installation

The best way to install 68publishers/doctrine-query-objects is using Composer:

```bash
$ composer require 68publishers/doctrine-query-objects
```

## Configuration

```neon
extensions:
doctrine_query_objects: SixtyEightPublishers\DoctrineQueryObjects\Bridge\Nette\DI\DoctrineQueryObjectsExtension
```

## Usage

@todo

## Contributing

Before committing any changes, don't forget to run

```bash
$ vendor/bin/php-cs-fixer fix --config=.php_cs.dist -v --dry-run
```

and

```bash
$ composer run tests
```