Libraries tagged by sql query
ramadan/custom-fresh
865 Downloads
A Laravel package to specify the tables that you do not want to drop while refreshing the database.
somnambulist/cte-builder
44798 Downloads
Library for programmatically making CTE SQL queries (WITH queries)
mateffy/laraperf
1683 Downloads
Performance analysis toolkit for AI coding agents — SQL query profiling, N+1 detection, EXPLAIN ANALYZE, via Artisan commands outputting structured JSON.
marcocesarato/sqlparser
45688 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.
konradmichalik/typo3-request-profiler
1927 Downloads
Dev-only TYPO3 frontend request profiler that records SQL queries, N+1 patterns, cache state and timing as compact JSON profiles for AI coding assistants.
shipmonk/doctrine-mysql-optimizer-hints
30358 Downloads
Custom SQL walker for Doctrine allowing usage of MySQL optimizer hints without need of native queries
zozlak/query-part
12783 Downloads
Container class for an SQL query and its parameters
szonov/sql-splitter
37487 Downloads
Library for parsing strings with multiple sql queries and split it to single queries
socialblue/laravel-query-adviser
3755 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
2973 Downloads
Display formatted SQL queries in your Laravel views
pthreat/sql-query-builder
7135 Downloads
SQL QueryInterface BuilderInterface supporting bindings and complex query generation.
onlime/laravel-sql-reporter
1484 Downloads
Log SQL queries in Laravel framework
kekos/query-builder
12751 Downloads
Small SQL query builder
crysalead/sql-dialect
12553 Downloads
SQL query builder.
atk14/sql-builder
17390 Downloads
Library for building SQL queries