Libraries tagged by statement
imanghafoori/php-imports-analyzer
232820 Downloads
A command line tool to scan for extra or wrong use statements in composer based apps.
glushkovds/php-clickhouse-schema-builder
761342 Downloads
PHP library for generating DDL statements for ClickHouse
kohana/database
486888 Downloads
The official Kohana module for database interactions, building queries, and prepared statements
buzzingpixel/twig-switch
187772 Downloads
Provides a {% switch %} tag for Twig switch case statements
jstayton/miner
12390 Downloads
A dead simple PHP class for building SQL statements. No manual string concatenation necessary.
tommyknocker/pdo-database-class
6083 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.
stefangabos/zebra_database
12629 Downloads
An advanced, compact and lightweight MySQL database wrapper library, built around PHP's MySQLi extension.
detain/db_abstraction
2123 Downloads
Database Abstraction Class
vermaysha/pgbouncer-laravel-extension
6218 Downloads
A Laravel extension to support PgBouncer with emulated prepared statements for PostgreSQL connections.
teknoo/states
40239 Downloads
Library to create classes following the State pattern in PHP. This can be a cleaner way for an object to change its behavior at runtime without resorting to large monolithic conditional statements and this improve maintainability and workflow writing.
project60/org.project60.banking
1649 Downloads
Automatic and semi-automatic processing of bank statements and other payment files.
professional-wiki/wikibase-automated-values
11198 Downloads
Automatic creation of Wikibase labels and aliases based on statement values
paragonie/easydb-cache
23215 Downloads
Caching Adapter for EasyDB (caches Prepared Statements to reduce round trips)
mroosz/php-cassandra
7350 Downloads
A pure-PHP client for Apache Cassandra and ScyllaDB with support for CQL binary protocol v3, v4 and v5 (Cassandra 2.1+ incl. 3.x-5.x; ScyllaDB 6.2 and 2025.x), synchronous and asynchronous APIs, prepared statements, batches, result iterators, object mapping, SSL/TLS, and LZ4 compression.
marcocesarato/sqlparser
45802 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.