Libraries tagged by sql statement

nilportugues/sql-query-formatter

39 Favers
1178640 Downloads

A very lightweight PHP class that reformats unreadable and computer-generated SQL query statements to human-friendly, readable text.

Go to Download


jstayton/miner

253 Favers
12540 Downloads

A dead simple PHP class for building SQL statements. No manual string concatenation necessary.

Go to Download


panique/pdo-debug

70 Favers
112200 Downloads

A super-simple function that returns the full SQL query from your PDO statements

Go to Download


marcocesarato/sqlparser

31 Favers
46858 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.

Go to Download


mouf/magic-query

21 Favers
271933 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!

Go to Download


guanguans/laravel-dump-sql

38 Favers
38522 Downloads

laravel 中轻松容易的输出完整的 SQL 语句。 - Easy output of complete SQL statements for laravel framework.

Go to Download


tommyknocker/pdo-database-class

85 Favers
6139 Downloads

Framework-agnostic PHP database library with unified API for MySQL, MariaDB, PostgreSQL, SQLite, MSSQL, and Oracle. Query Builder, caching, sharding, window functions, CTEs, JSON, migrations, ActiveRecord, CLI tools, AI-powered analysis. Zero external dependencies.

Go to Download


stefangabos/zebra_database

118 Favers
12823 Downloads

An advanced, compact and lightweight MySQL database wrapper library, built around PHP's MySQLi extension.

Go to Download


paragonie/easydb-cache

32 Favers
23649 Downloads

Caching Adapter for EasyDB (caches Prepared Statements to reduce round trips)

Go to Download


guanguans/laravel-soar

224 Favers
8549 Downloads

SQL optimizer and rewriter for laravel. - laravel 的 SQL 优化器和重写器。

Go to Download


detain/db_abstraction

7 Favers
2828 Downloads

Database Abstraction Class

Go to Download


kohana/database

160 Favers
487081 Downloads

The official Kohana module for database interactions, building queries, and prepared statements

Go to Download


atlas/statement

3 Favers
14187 Downloads

Object-oriented statement builders for MySQL, Postgres, SQLite, and SQLServer.

Go to Download


thumbtack/querycache

0 Favers
7090 Downloads

A simple PDO query interface with support for result set and row level caching

Go to Download


lotvantage/eloquent-to-sql

1 Favers
14352 Downloads

Produce a ready-to-run SQL statement from an Eloquent builder.

Go to Download


Next >>