⚠️ Warning! This package does not have active support, it exists only for the historical needs of the author.
Query Objects for Doctrine ORM inspired by implementation in kdyby/doctrine.
The best way to install 68publishers/doctrine-query-objects is using Composer:
$ composer require 68publishers/doctrine-query-objects
extensions:
doctrine_query_objects: SixtyEightPublishers\DoctrineQueryObjects\Bridge\Nette\DI\DoctrineQueryObjectsExtension
@todo
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