Libraries tagged by PDO connection
aura/sql
1734414 Downloads
A PDO extension that provides lazy connections, array quoting, query profiling, value binding, and convenience methods for common fetch styles. Because it extends PDO, existing code that uses PDO can use this without any changes to the existing code.
aura/sqlquery
2270517 Downloads
Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.
atlas/pdo
225605 Downloads
Provides a PDO instance decorator with convenience methods, and a connection manager.
workerman/mysql
65113 Downloads
Long-living MySQL connection for daemon.
cooperl/laravel-db2
99469 Downloads
laravel-db2 is a simple DB2 service provider for Laravel. It provides DB2 Connection by extending the Illuminate Database component of the laravel framework.
jimbojsb/pseudo
63611 Downloads
PDO/MySQL Connection Mocking
atlas/info
48095 Downloads
Uses an Atlas.Pdo connection to discover schema information.
cpierce/cakephp-sybasedb
31190 Downloads
CakePHP plugin to handle PDO MSSQL Connections using dblib
linio/database
39581 Downloads
Simple abstraction layer on top of PDO, providing features like driver abstraction and connection pool
easi-power/laravel-db2
10998 Downloads
laravel-db2 is a simple DB2 service provider for Laravel. It provides DB2 Connection by extending the Illuminate Database component of the laravel framework.
cooperl/laravel-ibmi
12223 Downloads
laravel-ibmi is a simple DB2 & Toolkit for IBMi service provider for Laravel. It provides DB2 Connection by extending the Illuminate Database component of the laravel framework. Plus it also provides Toolkit for IBMi so that you can access IBMi resources with same credentials.
pseudo/pseudo
2106 Downloads
A system for mocking PHP PDO connections
mpyw/laravel-database-mock
3831 Downloads
Database Mocking Library which mocks PDO underlying Laravel Connection classes
antevenio/pdo-mysql-query-linker
16321 Downloads
PHP library that allows linking queries from diferent physical databases using mysql pdo database connections
migliori/php-pdo-database-class
315 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