GOS Doctrine QueryBuilder is here to keep your repository healthy. Instead of starting from a generic query builder in each repository method, start with custom query builder related to your entity. Centralized common logic, DRY, easy to use.
Gos Doctrine Query Builder follows the rules of Semantic Versioning and PSR-2 coding style
The bulk of the documentation is stored in the doc/index.md file in this bundle:
All the installation instructions are located in the documentation.
This bundle is under the MIT license. See the complete license in the library:
LICENSE
PHPUnit 4.0 or newer. To setup and run tests follow these steps:
- go to the root directory of project
- run:
composer install --dev
- run:
phpunit