Libraries tagged by sql statement
nilportugues/sql-query-formatter
1011220 Downloads
A very lightweight PHP class that reformats unreadable and computer-generated SQL query statements to human-friendly, readable text.
panique/pdo-debug
100870 Downloads
A super-simple function that returns the full SQL query from your PDO statements
stefangabos/zebra_database
10687 Downloads
An advanced, compact and lightweight MySQL database wrapper library, built around PHP's MySQLi extension.
kohana/database
483446 Downloads
The official Kohana module for database interactions, building queries, and prepared statements
guanguans/laravel-soar
6517 Downloads
SQL optimizer and rewriter for laravel. - laravel 的 SQL 优化器和重写器。
mouf/magic-query
236540 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
30560 Downloads
laravel 中轻松容易的输出完整的 SQL 语句。 - Easy output of complete SQL statements for laravel framework.
jstayton/miner
11652 Downloads
A dead simple PHP class for building SQL statements. No manual string concatenation necessary.
paragonie/easydb-cache
1016 Downloads
Caching Adapter for EasyDB (caches Prepared Statements to reduce round trips)
marcocesarato/sqlparser
38334 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.
atlas/statement
7827 Downloads
Object-oriented statement builders for MySQL, Postgres, SQLite, and SQLServer.
thumbtack/querycache
874 Downloads
A simple PDO query interface with support for result set and row level caching
lotvantage/eloquent-to-sql
11522 Downloads
Produce a ready-to-run SQL statement from an Eloquent builder.
qstart-soft/query-builder
488 Downloads
Library for creating DML (Data Manipulation Language) SQL statements.
nkiraly/dbsteward
4174 Downloads
SQL database definition differencing tool. Structure and data is defined in a DTD-enforced, human-readable XML format. Outputs transactional SQL statement files to apply your changes.