Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paycoreio/criteria-query-builder


https://github.com/paycoreio/criteria-query-builder

api doctrine php query-builder symfony

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

Doctrine criteria query builder
=============================
[![Build Status][ico-travis]][link-travis]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Total Downloads](https://poser.pugx.org/paymaxi/query/downloads?format=flat-square)](https://packagist.org/packages/paymaxi/query)
[![Software License][ico-license]](LICENSE.md)

This package provides ability to build doctrine criteria query from filter and sorting metadata. It was
created to work with json-api, but easily could be used without it.

## Installation

First of all you need to add dependency to composer.json:

```
composer require paymaxi/query
```

## Usage

See example of usage in tests.

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

[ico-version]: https://img.shields.io/packagist/v/paymaxi/query.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/paycoreio/criteria-query-builder/dev.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/paycoreio/criteria-query-builder.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/paycoreio/criteria-query-builder.svg?style=flat-square

[link-travis]: https://travis-ci.org/paycoreio/criteria-query-builder
[link-scrutinizer]: https://scrutinizer-ci.com/g/paycoreio/criteria-query-builder/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/paycoreio/criteria-query-builder
[link-author]: https://github.com/dzubchik
[link-contributors]: ../../contributors