Libraries tagged by sql statement
nilportugues/sql-query-formatter
768081 Downloads
A very lightweight PHP class that reformats unreadable and computer-generated SQL query statements to human-friendly, readable text.
panique/pdo-debug
91317 Downloads
A super-simple function that returns the full SQL query from your PDO statements
kohana/database
472042 Downloads
The official Kohana module for database interactions, building queries, and prepared statements
mouf/magic-query
209376 Downloads
A very clever library to help you with SQL: generate prepared statements with a variable number of parameters, automatically writes joins... and much more!
guanguans/laravel-dump-sql
26341 Downloads
laravel 中轻松容易的输出完整的 SQL 语句。 - Easy output of complete SQL statements for laravel framework.
guanguans/laravel-soar
2692 Downloads
SQL optimizer and rewriter for laravel. - laravel 的 SQL 优化器和重写器。
marcocesarato/sqlparser
29184 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.
google/sqlcommenter-laravel
72980 Downloads
SQLCommenter implementation for Laravel. SQLCommenter is a set of tools that augments SQL Statements with comments containing information about the code that caused its execution. These information can be action, controller, framework, db_driver, route and opentelemetry traceparent.
atlas/statement
5984 Downloads
Object-oriented statement builders for MySQL, Postgres, SQLite, and SQLServer.
jstayton/miner
11507 Downloads
A dead simple PHP class for building SQL statements. No manual string concatenation necessary.
moledet/database-change-log
6579 Downloads
A PHP class to log all changes of table data from raw SQL or with PDO statement
paragonie/easydb-cache
636 Downloads
Caching Adapter for EasyDB (caches Prepared Statements to reduce round trips)
maximebf/traceable-pdo
26829 Downloads
Log SQL statements executed using a PDO instance
ponup/sql-builders
1100 Downloads
Library to ease the dynamic construction of SQL statements in PHP
lotvantage/eloquent-to-sql
8992 Downloads
Produce a ready-to-run SQL statement from an Eloquent builder.