Libraries tagged by PHP PDO Database
zpz/db
10 Downloads
A singleton database class for PHP::PDO.
lakshanjs/pdodb
3 Downloads
Production-ready PDO database abstraction for PHP with a secure query builder, statement caching, nested transactions, and MySQL 8+ compatibility.
jr-cologne/db-class
106 Downloads
A simple database class with PHP, PDO and a query builder.
easeappphp/pdolight
78 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.
jameslevi/neutrino
5 Downloads
Is a simple database library using PDO in PHP.
truecastdesign/hopper
155 Downloads
This library provides a simple and powerful way to SET and GET records from a PDO database.
tlumx/tlumx-db
10 Downloads
Tlumx db component, lightweight PHP database access layer, wrapper for PDO, simple PHP Query Builder
simplepdo/simplepdo
1816 Downloads
PHP PDO class designed to use prepared queries while providing support for existing implementations using SimpleMySQLi.
pine3ree/pine3ree-db
8 Downloads
A tiny PDO database abstraction layer
peterujah/db-controller
63 Downloads
Php PDO databse wrapper.
erickfirmo/dbconnection
34 Downloads
PDO database library
emeka/fetcher
36 Downloads
Fetcher is a super light weight PHP database driver, that helps you sync and fetch data from any PDO database in your application.
cocolait/backup
94 Downloads
PHP Pdo MySQL备份扩展
arousacode/webapp_liblet
12 Downloads
Small library to automatically load data from HTMl form in any PHP object, and to generate HTML inputs from it. Also load and store into PDO database.
aalfiann/lazypdo
19 Downloads
A PHP class to make lazy load PDO connection to database.