68publishers / doctrine-query-objects
Query objects for Doctrine ORM.
v0.2.0
2023-01-03 23:20 UTC
Requires
- php: ^7.3 || ^8.1
- doctrine/orm: ^2.7
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.0
- nette/di: ^3.0.3
- nette/tester: ^2.3.4
- nette/utils: ^3.0
- roave/security-advisories: dev-master
Suggests
- nette/di: For integration with Nette Framework.
- nette/utils: If you want to use ResultSet Applicator NettePaginatorApplicator.
This package is auto-updated.
Last update: 2024-11-04 04:10:17 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