Libraries tagged by statement
rstoetter/csqlstatement-php
18 Downloads
class to construct SQL statements
rstoetter/csql-php
40 Downloads
class to manage SQL statements
rstoetter/csmartsqlstatement-php
56 Downloads
class to manage SQL SELECT statements - analyze and replace clauses
noodlehaus/mysqli_etc
27 Downloads
how mysqli_prepare should work
krugozor-old/database
28 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.
hnqca/database-php
17 Downloads
faster-php/db
2 Downloads
A drop-in replacement for PDO with connection pooling, lazy connect, auto-reconnect, and prepared statement caching.
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
busenov/database
5 Downloads
PHP class library for simple, convenient, fast and safe work with MySql database, using PHP mysqli extension and imitation of prepared queries.
boronczyk/alistair
314 Downloads
pedagogical database wrapper and mvc-model starter kit
anonymous-php/longlife-pdo
18 Downloads
Longlife connections for looped applications
alevikzs/reflection
77 Downloads
This package provides reflection API for retrieve use statements by some class.
zb-framework/db-wrapper
2 Downloads
Set of classes for database connections abstraction, Contains Connection (PDO Wrapper), Statement (PDOStatement Wrapper), ConnectionProvider (holds several named connections).
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.