Libraries tagged by querybuilder.js
tbn/query-builder-repository-generator-bundle
10379 Downloads
Generate filters for queryBuilder in a repository
ianvizarra/query-builder-parser
6979 Downloads
(Forked of timgws/query-builder-parser) Build complex Eloquent & QueryBuilder queries automatically when using jQuery-QueryBuilder
coolms/rql-doctrine
611 Downloads
Doctrine ORM translator for coolms/rql: walks the RQL AST onto a QueryBuilder, with portable JSON filtering across Postgres, MySQL, MariaDB, SQLite, SQL Server and Oracle
bugloos/query-sorting-bundle
5293 Downloads
The query sorting bundle allows you to sort data from QueryBuilder and the Database. you can sort multiple columns at the same time and also you can sort relation fields with two-level deep and without any join in your query builder.
bugloos/query-filter-bundle
5300 Downloads
The query filter bundle allows you to filter data from QueryBuilder and the Database. you can filter multiple columns at the same time and also you can filter relation fields with two-level deep and without any join in your query builder.
mnpenner/querybuilder
14225 Downloads
MySQL query builder
api-skeletons/doctrine-querybuilder-filter
9756 Downloads
Filter a QueryBuilder with filter[fieldName|operator]=value
spyck/query-extension
1476 Downloads
Query extension for Symfony
sarfraznawaz2005/indexer
2737 Downloads
Laravel package to monitor SELECT queries and offer best possible INDEX fields.
rekalogika/rekapager-doctrine-dbal-adapter
2080 Downloads
Doctrine DBAL adapter for Rekapager pagination library
programster/query-builder-parser
690 Downloads
A library for converting a jQuery query builder JSON rules string to an SQL statement.
microweber-deps/eloquent-serialize
17115 Downloads
Laravel Query Builder (Eloquent) serialization
chillerlan/php-database
1165 Downloads
An extensible database wrapper and query builder.
ysfkc/clickhouse
391 Downloads
Lightweight ClickHouse HTTP client with a fluent QueryBuilder and ORM-style base model for PHP 8.1+.
ttskch/doctrine-orm-criteria
6083 Downloads
Doctrine ORM Criteria allows you to separate any complex "search condition" as a Criteria with a specialized API for QueryBuilder of doctrine/orm.