Libraries tagged by querybuilder.js
elipzis/laravel-cacheable-model
20799 Downloads
Automatic query-based model cache for your Laravel app
debugrammer/php-graylog-query-builder
274649 Downloads
Graylog Search Query Builder for Graylog REST API
paysera/lib-pagination
144921 Downloads
Paginates Doctrine QueryBuilder using cursor based or offset based pagination
querybuilder/querybuilder
137392 Downloads
packaged/querybuilder
83120 Downloads
Abstract Query Builder
zfcampus/zf-doctrine-querybuilder
327940 Downloads
Apigility Doctrine QueryBuilder module
wikibase-solutions/php-cypher-dsl
33953 Downloads
A query builder for the Cypher query language written in PHP
pecee/pixie
24750 Downloads
Lightweight, fast query-builder for PHP based on Laravel Eloquent but with less overhead.
jstayton/miner
11568 Downloads
A dead simple PHP class for building SQL statements. No manual string concatenation necessary.
abdulelahragih/querybuilder
818 Downloads
Fast, lightweight and simple SQL query builder that does not depend on any third-party library besides PDO to execute the queries in a safe way. The syntax is inspired by Laravel Query Builder.
microweber-deps/eloquent-serialize
4803 Downloads
Laravel Query Builder (Eloquent) serialization
bjerke/api-query-builder
7489 Downloads
A query builder for Laravel that parses the request and uses Eloquent ORM to query database
anourvalar/eloquent-request
9667 Downloads
Dynamic Query Builder based on request
ttskch/doctrine-orm-criteria
1551 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
2449 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.