68publishers/doctrine-query-objects

Query objects for Doctrine ORM.

v0.2.0 2023-01-03 23:20 UTC

This package is auto-updated.

Last update: 2024-04-04 02:35:56 UTC


README

⚠️ 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.

Installation

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

$ composer require 68publishers/doctrine-query-objects

Configuration

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

Usage

@todo

Contributing

Before committing any changes, don't forget to run

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

and

$ composer run tests