Libraries tagged by prepared statments
steinhaug/mysqli
30 Downloads
Mysqli Abstraction Layer
thingengineer/mysqli-database-class
172443 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
joshcam/mysqli-database-class
287754 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
mouf/magic-query
269079 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
6084 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
12663 Downloads
An advanced, compact and lightweight MySQL database wrapper library, built around PHP's MySQLi extension.
vermaysha/pgbouncer-laravel-extension
6405 Downloads
A Laravel extension to support PgBouncer with emulated prepared statements for PostgreSQL connections.
paragonie/easydb-cache
23314 Downloads
Caching Adapter for EasyDB (caches Prepared Statements to reduce round trips)
mroosz/php-cassandra
7564 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.
kohana/database
486932 Downloads
The official Kohana module for database interactions, building queries, and prepared statements
websitebeaver/simple-mysqli
4081 Downloads
Wrapper class for MySQLi prepared statements
sectoroverload2k/php-mysql-database
686 Downloads
Lightweight PHP MySQL wrapper with prepared statements. Query returns MySQL object - call fetchAssoc() or fetchAll() to get data.
grumpycrouton/grumpypdo
632 Downloads
GrumpyPDO for PHP
detain/db_abstraction
2187 Downloads
Database Abstraction Class
tereta/dbal
38 Downloads
SQL query builder with fluent interface, supporting multiple database drivers and prepared statements. Designed for ease of use and flexibility in building complex SQL queries.