Libraries tagged by prepared statement
koolob/mysqli-database-class
6 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
invincible-tech-systems/easeampmysql-halite
16 Downloads
A very simple and safe PHP library to execute SQL Queries as Prepared Statements on MySQL Database, in an asynchronous & non-blocking all basing upon amphp/mysql package. Additional checks are supported in terms of facilitating creation and verification of row level digital signature for different database tables along with creation of blind indexes of data in encrypted db columns, using easeappphp/ea-halite package.
invincible-tech-systems/easeampmysql
50 Downloads
A very simple and safe PHP library to execute SQL Queries as Prepared Statements on MySQL Database, in an asynchronous & non-blocking way. Methods are provided to prepare a SQL Statement & it's execution separately as different methods (to facilitate caching of prepared statements) as well as together in a single method too, all basing upon Amphp, an event driven concurrent framework in php and its Amphp\Mysql package.
easeappphp/pdolight
76 Downloads
A very simple and safe PHP library to execute PDO based database queries. Methods are provided to prepare a SQL Statement & it's execution separately as different methods (to facilitate caching of prepared statements) as well as together in a single method too.
dougl/datalayer
2 Downloads
Componente baseado nos padrões MVC utilizando a biblioteca PDO com prepared statements
cliqueti/datalayer
39 Downloads
Database abstraction component based on PDO with prepared statements.
asojon/mysql-pdo-wrapper
450 Downloads
A very simple wrapper around PDO and MySQL, making use of prepared statements.
app-skeleton/database
23 Downloads
The official Kohana module for database interactions, building queries, and prepared statements
albrecht/database-class
10 Downloads
absolute simple database class for pdo and prepared statements
steinhaug/mysqli
12 Downloads
Mysqli Abstraction Layer
goisneto/mysqlutil
4 Downloads
Easy way to make MySQL querys, use PDO with prepare statement and fetch results
alisajjad/php7_mysql
5 Downloads
A simple PHP Mysqli Wrapper(prepare statements) with Result collection object which provides basic functionality.