Libraries tagged by pdo wrapper
adamb/database
7596 Downloads
A simple PDO Wrapper to connect to a database
lukman-ss/database
109 Downloads
A lightweight PHP database library wrapper around PDO
lazypdo/lazypdo
104375 Downloads
LazyPDO is a set of wrappers over PHP's standard PDO and PDOStatement classes. It enables lazy loading, serialization and decoration.
f3ath/lazypdo
44983 Downloads
LazyPDO is a wrapper over PHP's standard PDO class. It postpones the instantiation of the original PDO class until one is really needed. Also it can be (un)serialized.
xjuvi/pdodb
174 Downloads
Modern, secure and fully compatible PDO-based replacement for ThingEngineer’s PHP-MySQLi-Database-Class
nguyenanhung/database
14841 Downloads
Database Wrapper - Base Model
bjornbasar/karhu-db
262 Downloads
Thin PDO wrapper + active-record base for the karhu PHP microframework
hexblot/mssql-compat
343 Downloads
Small wrapper for PDO that emulates the deprecated mssql_* functions, and allows legacy software to work in PHP7+
tebe/pdo
22 Downloads
Provides an extension to the native PDO along with additional functionality.
rain1/pdo-powered
25 Downloads
PDO wrapper for easy db interactions
pine3ree/pine3ree-pdo
104 Downloads
A tiny PDO wrapper for lazy instantiation and query profiling
phputil/pdowrapper
528 Downloads
A useful PDO wrapper.
phel-lang/phel-pdo
49 Downloads
phel-lang pdo wrapper library.
pdo-proxy/pdo-proxy
26 Downloads
PDO Proxy is a simple, event-driven PDO wrapper that allows to intercept and alter execution of all PDO methods. The PDOProxy\PDO and PDOProxy\PDOStatement classes extend the native PDO and PDOStatement classes, therefore they are compatible with any method expecting regular PDO objects.
migliori/power-lite-pdo
83 Downloads
PowerLitePdo is a PDO wrapper that provides a simple and powerful way to interact with a database.