Libraries tagged by PDO connection
aura/sql
1967805 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
2485450 Downloads
Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.
atlas/pdo
237646 Downloads
Provides a PDO instance decorator with convenience methods, and a connection manager.
workerman/mysql
70468 Downloads
Long-living MySQL connection for daemon.
cooperl/laravel-db2
107515 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
67794 Downloads
PDO/MySQL Connection Mocking
atlas/info
51697 Downloads
Uses an Atlas.Pdo connection to discover schema information.
cpierce/cakephp-sybasedb
32004 Downloads
CakePHP plugin to handle PDO MSSQL Connections using dblib
linio/database
40906 Downloads
Simple abstraction layer on top of PDO, providing features like driver abstraction and connection pool
easi-power/laravel-db2
13666 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
12733 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
6424 Downloads
A system for mocking PHP PDO connections
mpyw/laravel-database-mock
5176 Downloads
Database Mocking Library which mocks PDO underlying Laravel Connection classes
antevenio/pdo-mysql-query-linker
17422 Downloads
PHP library that allows linking queries from diferent physical databases using mysql pdo database connections
migliori/php-pdo-database-class
424 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