Libraries tagged by query builder
jstayton/miner
11582 Downloads
A dead simple PHP class for building SQL statements. No manual string concatenation necessary.
fourlabs/qbjs-parser-bundle
13965 Downloads
This bundle is a Symfony wrapper for fourlabs/qbjs-parser.
kodols/php-mysql-library
26037 Downloads
A Simple MySQL Library for PHP
denisgeomiq/eloquent-has-by-non-dependent-subquery
4732 Downloads
Convert has() and whereHas() constraints to non-dependent subqueries.
atlas/statement
7057 Downloads
Object-oriented statement builders for MySQL, Postgres, SQLite, and SQLServer.
hoa/database
10293 Downloads
The Hoa\Database library.
softspring/doctrine-paginator
10296 Downloads
This library provides a paginator for doctrine query builder
saraf/qb
4498 Downloads
an easy to use query builder for mysql
friendsofcat/laravel-couchbase
30341 Downloads
A Couchbase based Eloquent model and Query builder for Laravel
felipeva/inertia-table
3631 Downloads
A Laravel package to help you quickly build Inertia.js data tables with the help of Laravel Query Builder and Spatie's Laravel Data.
eusonlito/laravel-database-cache
3630 Downloads
Cache Database Query results on Laravel Query Builder or Eloquent
devtheorem/peachy-sql
1144 Downloads
A high-performance query builder and runner for PHP
michaelmoussa/doctrine-qbmocker
84777 Downloads
A helper library for mocking Doctrine query builders
ttskch/doctrine-orm-criteria
2263 Downloads
Doctrine ORM Criteria allows you to separate any complex "search condition" as a Criteria with a specialized API for QueryBuilder of doctrine/orm.
ngmy/laravel-ide-helper-eloquent
4733 Downloads
Laravel IDE Helper Eloquent generates a stub file to enable autocompletion for QueryBuilder methods on models in IDEs/editors that do not support @mixin.