Libraries tagged by prepared queries
kohana/database
479627 Downloads
The official Kohana module for database interactions, building queries, and prepared statements
mouf/magic-query
222974 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!
krugozor/database
2450 Downloads
PHP class library for simple, convenient, fast and safe work with MySql database, using PHP mysqli extension and imitation of prepared queries.
co0lc0der/simple-query-builder
25 Downloads
A small easy-to-use php component for working with a database by PDO. It provides some public methods to manipulate data. Each SQL query is prepared and safe.
philippebeck/pam
117 Downloads
Php Adaptive Microframework
pjs/pam
168 Downloads
Php Adaptive Microframework
devsagency/pam
80 Downloads
Php Adaptive Microframework
hnqca/database-php
15 Downloads
netsilik/db-handler
1237 Downloads
PHP wrapper around the MySQLi Database Extensions, providing intuitive access to prepared queries.
invincible-tech-systems/easeampmysql-halite
21 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
63 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.
sras/string-query-builder
6 Downloads
A string query builder for creating queries for using in prepared statements
tscms/database
15 Downloads
The official Kohana module for database interactions, building queries, and prepared statements
thumbtack/querycache
44 Downloads
A simple PDO query interface with support for result set and row level caching
simplepdo/simplepdo
1816 Downloads
PHP PDO class designed to use prepared queries while providing support for existing implementations using SimpleMySQLi.