Libraries tagged by prepared-statements
thingengineer/mysqli-database-class
179382 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
joshcam/mysqli-database-class
289608 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
mroosz/php-cassandra
9972 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.
mouf/magic-query
275128 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
6201 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.
itools/zendb
5502 Downloads
Injection-proof PHP/MySQL database layer with automatic XSS-safe output
websitebeaver/simple-mysqli
4170 Downloads
Wrapper class for MySQLi prepared statements
vermaysha/pgbouncer-laravel-extension
7479 Downloads
A Laravel extension to support PgBouncer with emulated prepared statements for PostgreSQL connections.
paragonie/easydb-cache
23882 Downloads
Caching Adapter for EasyDB (caches Prepared Statements to reduce round trips)
kohana/database
487160 Downloads
The official Kohana module for database interactions, building queries, and prepared statements
thumbtack/querycache
7697 Downloads
A simple PDO query interface with support for result set and row level caching
detain/db_abstraction
3295 Downloads
Database Abstraction Class
mpyw/laravel-pdo-emulation-control
81369 Downloads
Temporarily enable/disable PDO prepared statement emulation
alin-o/mysqli-database-class
3363 Downloads
PHP MySQL Wrapper which utilizes MySQLi and prepared statements
genai/sql-mapper
162 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.