gos/doctrine-query-builder

This package is abandoned and no longer maintained. No replacement package was suggested.

Keep your repository healthy !

dev-master / 1.0.x-dev 2014-12-26 17:49 UTC

This package is auto-updated.

Last update: 2020-08-17 21:41:25 UTC


README

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.

Build Status Scrutinizer Code Quality Code Coverage SensioLabsInsight

Gos Doctrine Query Builder follows the rules of Semantic Versioning and PSR-2 coding style

Documentation

The bulk of the documentation is stored in the doc/index.md file in this bundle:

Read the documentation

Installtion

All the installation instructions are located in the documentation.

License

This bundle is under the MIT license. See the complete license in the library:

LICENSE

Running the tests:

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