Libraries tagged by sql-queries
socialblue/laravel-query-adviser
3793 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.
sebdesign/blade-sql-formatter
3006 Downloads
Display formatted SQL queries in your Laravel views
rstriquer/eloquent-logger
3438 Downloads
Write SQL queries to a file into Laravel "storage/logs" directory.
minionfactory/raw-hydrator
2704 Downloads
Run a raw SQL query and hydrate Eloquent models (with relations) from the result set, in a single round trip.
kekos/query-builder
12894 Downloads
Small SQL query builder
intersvyaz/yii2-sqlparser
28728 Downloads
Parsing sql-query
forrest79/phpgsql
9295 Downloads
PostgreSQL library for PHP with fluent interface for SQL query writing.
davidecesarano/embryo-pdo
14747 Downloads
Embryo PDO is a PHP SQL query builder using PDO.
crysalead/sql-dialect
12579 Downloads
SQL query builder.
bavix/clickhouse-builder
8240 Downloads
Clickhouse sql query builder
atk14/sql-builder
17648 Downloads
Library for building SQL queries
asamir/laravel-in-db-performance-monitor
6877 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.
selective/database
96208 Downloads
SQL query builder
klapuch/sql
5121 Downloads
Library for building SQL queries
pthreat/sql-query-builder
7165 Downloads
SQL QueryInterface BuilderInterface supporting bindings and complex query generation.