Libraries tagged by prepared-state
thingengineer/mysqli-database-class
176862 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
joshcam/mysqli-database-class
288973 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
mouf/magic-query
273055 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!
tommyknocker/pdo-database-class
6163 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.
detain/db_abstraction
3198 Downloads
Database Abstraction Class
vermaysha/pgbouncer-laravel-extension
7245 Downloads
A Laravel extension to support PgBouncer with emulated prepared statements for PostgreSQL connections.
paragonie/easydb-cache
23747 Downloads
Caching Adapter for EasyDB (caches Prepared Statements to reduce round trips)
mroosz/php-cassandra
9010 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, 2025.x, 2026.x), synchronous and asynchronous APIs, prepared statements, batches, result iterators, object mapping, SSL/TLS, and LZ4 compression.
kohana/database
487112 Downloads
The official Kohana module for database interactions, building queries, and prepared statements
thumbtack/querycache
7334 Downloads
A simple PDO query interface with support for result set and row level caching
websitebeaver/simple-mysqli
4135 Downloads
Wrapper class for MySQLi prepared statements
mpyw/laravel-pdo-emulation-control
81299 Downloads
Temporarily enable/disable PDO prepared statement emulation
oxhq/drove
33 Downloads
Independent prepared-state test runner with Pest and PHPUnit frontends.
grumpycrouton/grumpypdo
636 Downloads
GrumpyPDO for PHP
genai/sql-mapper
161 Downloads
MyBatis-style SQL mapper: mark an interface #[Mapper] and its methods #[Select]/#[Insert]/#[Update]/#[Delete] with the SQL. A build-time processor compiles a reflection-free Cache\ implementation (prepared statements, #{name} bound params, optional row->object hydration) and registers it as a container bean keyed by the interface. Self-contained: a bundled DatabaseConfig provides the 'PDO' bean from a [database] group in the app's app.ini, so you only edit config. Runtime is PHP 5.3-safe.