Libraries tagged by statements
buzzingpixel/twig-switch
189848 Downloads
Provides a {% switch %} tag for Twig switch case statements
guanguans/laravel-soar
8451 Downloads
SQL optimizer and rewriter for laravel. - laravel 的 SQL 优化器和重写器。
jstayton/miner
12443 Downloads
A dead simple PHP class for building SQL statements. No manual string concatenation necessary.
tommyknocker/pdo-database-class
6098 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
12692 Downloads
An advanced, compact and lightweight MySQL database wrapper library, built around PHP's MySQLi extension.
msaaq/nelc-xapi-php-sdk
14563 Downloads
xAPI Integration with Saudi NELC (National Center for e-Learning)
detain/db_abstraction
2380 Downloads
Database Abstraction Class
vermaysha/pgbouncer-laravel-extension
6518 Downloads
A Laravel extension to support PgBouncer with emulated prepared statements for PostgreSQL connections.
teknoo/states
40423 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
1749 Downloads
Automatic and semi-automatic processing of bank statements and other payment files.
professional-wiki/wikibase-faceted-search
2202 Downloads
Enhances MediaWiki's search with faceted search capabilities. Filter results based on instance type or statement values
professional-wiki/wikibase-automated-values
11493 Downloads
Automatic creation of Wikibase labels and aliases based on statement values
paragonie/easydb-cache
23367 Downloads
Caching Adapter for EasyDB (caches Prepared Statements to reduce round trips)
mroosz/php-cassandra
7644 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
46174 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.