Libraries tagged by sql-query
somnambulist/cte-builder
44045 Downloads
Library for programmatically making CTE SQL queries (WITH queries)
panique/pdo-debug
109890 Downloads
A super-simple function that returns the full SQL query from your PDO statements
makinacorpus/query-builder
197126 Downloads
Driver agnostic SQL query builder.
koriym/query-locator
320023 Downloads
Load and manage SQL queries from files
glushkovds/clickhouse-builder
584992 Downloads
Clickhouse sql query builder, forked from the-tinderbox/ClickhouseBuilder
atm-code/ar-php-laravel
7066 Downloads
ar-php-laravel
solution10/sql
123259 Downloads
Completely standalone, expressive SQL query creator. No database or ORM needed.
mateffy/laraperf
1257 Downloads
Performance analysis toolkit for AI coding agents — SQL query profiling, N+1 detection, EXPLAIN ANALYZE, via Artisan commands outputting structured JSON.
marcocesarato/sqlparser
45213 Downloads
This class can parse SQL to get query type, tables, field values, etc.. It takes an string with a SQL statements and parses it to extract its different components. Currently the class can extract the SQL query method, the names of the tables involved in the query and the field values that are passed as parameters. This parser is pretty light respect phpsqlparser or others php sql parser.
hemiframe/php-query-builder
21216 Downloads
Powerful and lightweight PHP SQL Query Builder
haruncpi/laravel-query-log
18600 Downloads
Log your all laravel sql query
onlime/laravel-sql-reporter
1289 Downloads
Log SQL queries in Laravel framework
zozlak/query-part
12539 Downloads
Container class for an SQL query and its parameters
tangwei/clickhouse-builder
3445 Downloads
Clickhouse sql query builder
szonov/sql-splitter
36994 Downloads
Library for parsing strings with multiple sql queries and split it to single queries