Libraries tagged by pdo wrapper
fractalizer/php-sweet-pdo
1521 Downloads
Small, simple and convenient PDO wrapper
donjose/pdowrapper
335 Downloads
Simple PHP PDO wrapper
smeghead/phel-pdo
8 Downloads
phel-lang pdo wrapper library.
rawsrc/pdo-plus-plus
2 Downloads
A full object PDO Wrapper for PHP with a new revolutionary fluid SQL syntax
jwh315/laravel-capsule-wrapper
31156 Downloads
Use the Eloquent ORM outside of the Laravel Framework with an existing PDO database connection.
v-dem/queasy-db
163 Downloads
Database access classes, part of QuEasy PHP framework
samayo/styrofoam
21 Downloads
A tiny pdo wrapper class
rawsrc/pdoplusplus
41 Downloads
A full object PDO Wrapper for PHP with a new revolutionary fluid SQL syntax
popov/db
1870 Downloads
Simple PDO wrapper with support multiple insert/update
nkt/flame
489 Downloads
The PDO wrapper with comfortable API for placeholders
karmabunny/pdb
1115 Downloads
PDO wrapper
dframe/database
3214 Downloads
Database pdo wrapper
peterujah/db-controller
65 Downloads
Php PDO databse wrapper.
craftblue/simple-sql
26 Downloads
SimpleSql is a wrapper around PHP's PDO and is intended to be an easy to use drop-in for your projects. It abstracts away the atrocities of querying by using common methods while still giving you full control of your queries
f3ath/lazypdo
44964 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.