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.
- Host: GitHub
- URL: https://github.com/sensorario/query-builder
- Owner: sensorario
- License: mit
- Created: 2017-12-28T05:45:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-01T12:14:09.000Z (over 8 years ago)
- Last Synced: 2025-01-19T19:46:33.728Z (over 1 year ago)
- Topics: doctrine, doctrine2, query-builder
- Language: PHP
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG-1.0.md
- License: LICENSE
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