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

https://github.com/sensorario/query-builder

A simple doctrine's query builder adapter.
https://github.com/sensorario/query-builder

doctrine doctrine2 query-builder

Last synced: about 2 months ago
JSON representation

A simple doctrine's query builder adapter.

Awesome Lists containing this project

README

          

# Query Builder

The purpose of this library is to simplify and automate the build of queries that
requires a lot of joins between entities.

## Documentation

- [example with two entities][1]
- [example with four entities][2]

[1]: doc/two-entities.md
[2]: doc/four-entities.md

## Features

- [x] auto-build joins between entities
- [ ] where clause
- [ ] paginate results
- [ ] limit number of results