Libraries tagged by PDO connection
gajus/doll
162 Downloads
Extended PDO with inline type hinting, deferred connection support, logging and benchmarking.
progrmanial/simplemdb
40 Downloads
Enterprise Database Toolkit for PHP - Modern schema management, intelligent migrations, and advanced query building
n2n/n2n-spec-dbo
4659 Downloads
Specifies an abstraction of database connection which also provides functionality to build queries independent of the used database engine.
jacksonwebservices/laravel-iseries
13062 Downloads
Laravel-odbc-iseris connection
hi/sqlquery
1233 Downloads
Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.
alejoluc/lazypdo
261 Downloads
PDO Drop-in replacement that only makes a connection when needed
mouf/database.dbconnection
32630 Downloads
This package contains object to perform database connections. Connections are performed using the PDO library. Therefore, the PDO extension must be enabled to use this package. This package will allow you to connect to MySql and PostgreSql databases. The DB Connection class has special features to help you get informations about the database schema, and especially about the constraints between tables.
fabiopaiva/pdo-simple-migration
169 Downloads
Database version control using PDO connection
anonymous-php/mysqli-pdo-bridge
696 Downloads
Make your application PDO-compatible. This library gives you the possibility to use mysqli connection with the PDO interfaces.
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
henriknordstrom/laravel-pdo-odbc-patched
585 Downloads
Laravel PDO ODBC with Laravel 12 fix
emadello/db
749 Downloads
Mysql PDO database connection
kuiper/db
2550 Downloads
A PDO extension that provides lazy connections, auto reconnecting, and fluent query builder
runn/dbal
100 Downloads
Runn Me! DBAL Library
michaelb/lumen-db2
3703 Downloads
lumen-db2 is a simple DB2 service provider for Lumen. It provides DB2 Connection by extending the Illuminate Database component of the laravel framework.