Libraries tagged by database queries
odan/database
255 Downloads
SQL query builder
laravel-freelancer-nl/aql-query-builder
1307 Downloads
PHP AQL Query Builder
josantonius/database
427 Downloads
Library for SQL database management to be used by several providers at the same time.
wwaayyaa/mysql-timeout
27 Downloads
Customizing the timeout for a database query
web-chefs/db-lojack
4577 Downloads
Laravel Database Query Logger and debug helper.
wazsmwazsm/db
9 Downloads
A database query builder
squirrelphp/connection
65 Downloads
Slimmed down concise connection interface for database queries and transactions supporting MySQL, MariaDB, PostgreSQL and SQLite.
soluble/metadata
959 Downloads
Extract metadata from database queries
mysqlnduhtool/mysqlnduhtool
0 Downloads
Mysql analyze tool. Find, log, mock and change your php database queries without touching your code.
kaizencoders/wp-fluent
8 Downloads
A lightweight, expressive database query builder for WordPress which can be referred to as a Database Abstraction Layer. WP Fluent uses the same **wpdb** instance and takes care of query sanitization, table prefixing and many other things with a unified API.
huang-yi/laravel-db-log
136 Downloads
Logs database queries for Laravel.
davewid/peyote
834 Downloads
A database query builder for PHP 5.3+
chamamme/noquery
40 Downloads
A database query builder aimed at code beautification by minimizing the use of raw SQL in codes. NoQuery currently supports MySQL, Firebird & Interbase, PostgreSQL, SQLite3, Oracle, Microsoft SQL Server, Foxpro ODBC, Access ODBC, Informix, DB2, Sybase, Sybase SQL Anywhere, generic ODBC and Microsoft's ADO due to its leverage on ADODB
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.
k-gun/oppa
96 Downloads
Oppa: Database abstraction, query building and active record implementation with PHP.