Libraries tagged by database queries
makinacorpus/goat-query
11090 Downloads
Goat SQL query builder built over a PHP to SQL and SQL to PHP type converter
litermi/raw-query
2752 Downloads
The Response is a package to run raw query .
litermi/cache-query-builder
3108 Downloads
it is a package provider cache from query generate and purge cache when used methods specifics
krugozor/database
2450 Downloads
PHP class library for simple, convenient, fast and safe work with MySql database, using PHP mysqli extension and imitation of prepared queries.
endeavour-agency/refresh-database-on-demand
1338 Downloads
This packages offers a drop-in replacement for Laravel's RefreshDatabase trait, which only refreshes the database when migrations have actually changed.
bugloos/query-sorting-bundle
4784 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
4791 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.
blitz-php/database
911 Downloads
A simple database layer for easy development
avadim/manticore-query-builder-php
835 Downloads
Manticore Search Query Builder for PHP (unofficial PHP client)
ooxif/laravel-query-param
3838 Downloads
Treats binary data in a correct way with Laravel's database system (Eloquent)
darkghosthunter/rememberable-query
19412 Downloads
Remember a Query results in one expressive line
squareboat/sql-doctor
1435 Downloads
Quickly debugging the amount of database queries per request in Laravel.
phith0n/ctfdbbuilder
14 Downloads
a database query builder for CTFer
architools/laravel-sieve
9 Downloads
Laravel Sieve is a lightweight yet powerful filtering and sorting engine for Laravel applications. It transforms HTTP query parameters into clean, maintainable Eloquent or Query Builder queries with zero boilerplate. Built to follow SOLID and DRY principles, this modular package supports dynamic filtering, custom sorting, relationship constraints, and JSON field queries. Ideal for RESTful APIs, admin panels, and data-intensive applications, it keeps your controllers slim and your queries expressive — all while embracing Laravel best practices.
parm/parm
4980 Downloads
PHP Active Record for MySQL. Connects to the your database and generates the Object Relational Mapping. Built in Database Query Processor for custom queries. Ability to use closures to process rows