Libraries tagged by database queries
alirzaj/laravel-elasticsearch-builder
6579 Downloads
a query builder for elasticsearch database
n2n/n2n-spec-dbo
4159 Downloads
Specifies an abstraction of database connection which also provides functionality to build queries independent of the used database engine.
asamir/laravel-in-db-performance-monitor
5882 Downloads
Monitor your laravel application performance by logging requests in your database then analyze it. The log includes request parameters, actions, SQL queries and errors beside that you can know the requests with raw SQL queries.
squirrelphp/queries
3687 Downloads
Slimmed down concise interfaces and query builder for database queries and transactions which can be layered / decorated.
mehedimi/wp-query-builder
106 Downloads
A database query builder for WordPress
elminson/database-query-logger
54 Downloads
A powerful PHP package for logging SQL queries from Laravel applications, supporting both Eloquent and Query Builder instances, with flexible output options.
dottedai/laravel-query-logger
602 Downloads
A package to log and display database queries like Rails console.
davidlienhard/database-query-validator
7167 Downloads
🐘 php tool to validate database queries
craftcms/query
14254 Downloads
Execute database queries from the Control Panel
bjerke/api-query-builder
7547 Downloads
A query builder for Laravel that parses the request and uses Eloquent ORM to query database
xtodx/laravel-ask-database
902 Downloads
Use natural language and AI to query your database from Laravel
netherphp/database
2621 Downloads
A database connection and query tool.
jelix/database
2815 Downloads
Lightweight PHP abstraction layer to access and query SQL databases, with an API to inspect and modify databases schema.
chillerlan/php-database
1152 Downloads
An extensible database wrapper and query builder.
socialblue/laravel-query-adviser
3325 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.