68publishers/doctrine-query-objects

Query objects for Doctrine ORM.

Maintainers

👁 Jelen

Package info

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

pkg:composer/68publishers/doctrine-query-objects

Statistics

Installs: 218

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

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

Requires

Requires (Dev)

Suggests

  • nette/di: For integration with Nette Framework.
  • nette/utils: If you want to use ResultSet Applicator NettePaginatorApplicator.

Provides

None

Conflicts

None

Replaces

None

MIT caff8a2d3982c66e9d000cd7f3a22e15dc770510

  • Tomáš Glawaty <tomasglawaty.woop@icloud.com>

doctrinequerynetteobjects68publishers

This package is auto-updated.

Last update: 2026-06-04 07:28:57 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