Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/68publishers/doctrine-query-objects
- Owner: 68publishers
- License: mit
- Created: 2020-11-15T01:09:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:40:18.000Z (about 2 years ago)
- Last Synced: 2024-11-18T05:51:38.179Z (about 2 months ago)
- Topics: bundle, doctrine, nette, nette-extension, query-object
- Language: PHP
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```