Libraries tagged by pdo database
fabiopaiva/pdo-simple-migration
166 Downloads
Database version control using PDO connection
slick/database
2242 Downloads
Slick database package is a PDO wrapper.
phptricks/database_class
471 Downloads
A database class which uses the PDO extension, Supports many drivers
nineinchnick/pdo_oci8
26 Downloads
A PDO userspace driver for the Oracle database using the oci8 PHP module.
kevinpirnie/kpt-database
4 Downloads
A modern, fluent PHP database wrapper built on top of PDO, providing an elegant and secure way to interact with MySQL databases
xalaida/pdo-mock
4 Downloads
Library for mocking database interactions in unit tests.
raylin666/database
6 Downloads
The Swoole Pool Database package.
rain1/pdo-powered
25 Downloads
PDO wrapper for easy db interactions
pdo-proxy/pdo-proxy
26 Downloads
PDO Proxy is a simple, event-driven PDO wrapper that allows to intercept and alter execution of all PDO methods. The PDOProxy\PDO and PDOProxy\PDOStatement classes extend the native PDO and PDOStatement classes, therefore they are compatible with any method expecting regular PDO objects.
nguyenanhung/codeigniter-database-standalone
4465 Downloads
A wrapper database from CodeIgniter
neat/database
3926 Downloads
Neat Database components
mouf/database.dbconnection
32542 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.
migliori/power-lite-pdo
75 Downloads
PowerLitePdo is a PDO wrapper that provides a simple and powerful way to interact with a database.
marcel-maqsood/database-connector
100 Downloads
The PersistentPDO object is used to connect with a database and to generate sql statements on the go.
liquidbox/silex-pdo
6119 Downloads
A PDO service provider for the Silex micro-framework