Libraries tagged by PDO connection
robertbyrnes/dataconnection
25 Downloads
Database connection dependency using PDO for PHP 7^.
tccl/database
15 Downloads
A simple PDO wrapper to eliminate DB connection boilerplate
pyataks/sinlgularpdo
24 Downloads
PDO based classes to singular connections
emmanix2002/database-adapter
350 Downloads
A simple package that abstracts away the process of connecting to a database using PDO and interacting with the connection
mouf/database.dbconnection
32538 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.
dmc-towns/db-store
10 Downloads
A set of PDO database classes to allow straightforward connection to MySQL and SQL Server databases
ringierimu/laravel-queue-start-reset-db-sticky-state
5 Downloads
Reset the internal DB connection sticky state at the start of each queue job to avoid being stuck with the write PDO
charm/database
0 Downloads
Yet another PDO wrapper. Because I don't like to explicitly prepare and execute and fetch every single query. Can use a PDO instance from you, or it makes a new connection standalone.
devphp-pmro/pdo-conection
5 Downloads
simple connect pdo
gomeschristopher/mysql-pdo
115 Downloads
Base model for MySql conection using PDO
clearpdo/clearpdo
60 Downloads
ClearPDO makes connecting with databases and running queries extremely simple.
linkorb/database-manager
70628 Downloads
Database Management utilities: connectivity, backups, fixtures, etc
martinezart87/laravel-sql-server-custom-connector
374 Downloads
This package fix Fatal error: Uncaught PDOException: SQLSTATE[IMSSP]: An invalid attribute was designated on the PDO object in PHP 8.1.22, 8.2.9, 8.3.0
marcel-maqsood/database-connector
94 Downloads
The PersistentPDO object is used to connect with a database and to generate sql statements on the go.
corviz/pdo-connector
98 Downloads
A database connector based on PDO