Libraries tagged by PHP PDO Database
bephp/activerecord
2071 Downloads
micro activerecord library in PHP(only 400 lines with comments), support chain calls and relations(HAS_ONE, HAS_MANY, BELONGS_TO).
hazaarlabs/hazaar-dbi
13728 Downloads
The DataBase Interface for Hazaar MVC
mos/cdatabase
1723 Downloads
PHP classes for database handling upon PDO
migliori/php-pdo-database-class
434 Downloads
The DB class is a database abstraction layer that provides a simple, consistent interface for interacting with different types of databases. It handles connection management, query execution, pagination and result processing
pfinal/database
779 Downloads
PHP MySQL database wrapper, extends PDO and PDOStatement
drkbcn/php-pdo-mssql-class
87 Downloads
A PHP MsSQL PDO class similar to the the Python MySQLdb, which supports iterator and parameter binding when using 'WHERE IN' statement.
utilities-php/database
2 Downloads
A PDO wrapper for PHP
kenlog/database-custom
62 Downloads
A database abstraction layer over PDO, that provides a powerful and intuitive query builder, bundled with an easy to use schema builder. This is a custom version of opis/database with updates for PHP 8 compatibility.
nineinchnick/pdo_oci8
26 Downloads
A PDO userspace driver for the Oracle database using the oci8 PHP module.
raylin666/database
6 Downloads
The Swoole Pool Database package.
liquidbox/silex-pdo
6119 Downloads
A PDO service provider for the Silex micro-framework
eaudeweb/mysqldump-php
357 Downloads
PHP version of mysqldump cli that comes with MySQL
divineomega/php-dcom
434 Downloads
PHP Database Connection Object Manager
deepeloper/pdo-debugging
7 Downloads
PDO Debugging & Benchmarking Tools
adrian0350/simple-pdo-wrapper
30 Downloads
As its name suggests, it is a simple PDO wrapper to facilitate/simplify/beautify sql syntax and PDO usage.