Libraries tagged by prepared-statements
genai/sql-mapper
90 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.
alin-o/mysqli-database-class
3186 Downloads
PHP MySQL Wrapper which utilizes MySQLi and prepared statements
tereta/dbal
41 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.
khaderhan/secure-db
5 Downloads
Secure, beginner-friendly PDO-first DBAL for native PHP (prepared statements, IN expansion, streaming, transactions).
emdotem/php-mysqli-database-class
27615 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
easy-swoole-php/mysqli-database-class
1337 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
dejongensvanboven/mysqli-database-class
418 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
yd-shomer/php-shomer
0 Downloads
SQL Query Guardian (שומר) - Runtime validation and security for PHP development
noodlehaus/mysqli_etc
27 Downloads
how mysqli_prepare should work
hnqca/database-php
17 Downloads
easysql/easysql
247 Downloads
Work more optimally with SQL for Performance, Security and Readability
dzentota/secure-db
7 Downloads
A secure-by-default PDO wrapper that prevents SQL injection and provides a developer-friendly API
boronczyk/alistair
314 Downloads
pedagogical database wrapper and mvc-model starter kit
anonymous-php/longlife-pdo
18 Downloads
Longlife connections for looped applications
yodorada/mysqli-db-webservice
1534 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements. This repo was forked from ThingEngineer and was slightly modified to fit the needs of my tiny Webservice REST-API.