Libraries tagged by prepare statement
krugozor/database
2442 Downloads
PHP class library for simple, convenient, fast and safe work with MySql database, using PHP mysqli extension and imitation of prepared queries.
krugozor-old/database
13 Downloads
Database — библиотека PHP классов для простой, удобной, быстрой и безопасной работы с базой данных MySql, использующая расширение PHP mysqli и имитацию подготовленных запросов. Database — is a PHP class library for easy, convenient, fast and safe work with the MySql database, using the PHP mysqli extension and simulating prepared statements.
invincible-tech-systems/easeampmysql
46 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.
busenov/database
3 Downloads
PHP class library for simple, convenient, fast and safe work with MySql database, using PHP mysqli extension and imitation of prepared queries.
noodlehaus/mysqli_etc
26 Downloads
how mysqli_prepare should work
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.
easeappphp/pdolight
75 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.
thingengineer/mysqli-database-class
125135 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
joshcam/mysqli-database-class
249612 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
mouf/magic-query
209424 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!
kohana/database
472071 Downloads
The official Kohana module for database interactions, building queries, and prepared statements
tommyknocker/pdo-database-class
2830 Downloads
PHP PDO Wrapper which utilizes PDO and prepared statements
websitebeaver/simple-mysqli
2148 Downloads
Wrapper class for MySQLi prepared statements
mpyw/laravel-pdo-emulation-control
75333 Downloads
Temporarily enable/disable PDO prepared statement emulation