Libraries tagged by database query
ublaboo/datagrid-nette-database-data-source
99938 Downloads
Utility that makes possible to use Nette\Database native query with Ublaboo\DataGrid
bjerke/api-query-builder
7892 Downloads
A query builder for Laravel that parses the request and uses Eloquent ORM to query database
beyondcode/laravel-ask-database
9512 Downloads
Use natural language and AI to query your database from Laravel
infinitypaul/laravel-database-filter
48758 Downloads
Need to filter database results with a query string? Here's a beautiful, easy to extend laravel package to keep your code super tidy.
socialblue/laravel-query-adviser
4134 Downloads
With Laravel Query Adviser you can get more insights into the SQL queries created by Eloquent models used in your app. It logs the queries used by your application and provides a helpful overview of the SQL queries. You can rerun the SQL query to analyze the database impact or copy the SQL query to your clipboard. The handy card view allows you to quickly point out the pain points of your application's SQL queries.
ntanduy/cloudflare-d1-database
9472 Downloads
Cloudflare D1 database driver for Laravel — full Eloquent & Query Builder support.
tommyknocker/pdo-database-class
6316 Downloads
Framework-agnostic PHP database library with unified API for MySQL, MariaDB, PostgreSQL, SQLite, MSSQL, and Oracle. Query Builder, caching, sharding, window functions, CTEs, JSON, migrations, ActiveRecord, CLI tools, AI-powered analysis. Zero external dependencies.
pecee/boolean-query-parser
27027 Downloads
Convert a boolean search query into a query that is compatible with a fulltext search.
mrjgreen/database
48535 Downloads
Expressive Database Layer for PHP - Based on Illuminate/Database
mpyw/laravel-database-mock
20732 Downloads
Database Mocking Library which mocks PDO underlying Laravel Connection classes
avadim/manticore-query-builder-php
5536 Downloads
Manticore Search Query Builder for PHP (unofficial PHP client)
darkghosthunter/rememberable-query
20987 Downloads
Remember a Query results in one expressive line
muhdfaiz/laravel-tail-db
27792 Downloads
Provide artisan command to monitor realtime database query executed from the application. Able to automatically run explain command for each of query received.
fourlabs/qbjs-parser
37413 Downloads
Parse JSON coming from jQuery QueryBuilder, into database queries.
buckhamduffy/laravel-expressions
68060 Downloads
Database-independent Query Expressions as a replacement to DB::raw calls