Libraries tagged by pdo extended
easi-power/laravel-db2
14144 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
12835 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.
genesis/sql-data-mods
9645 Downloads
SQL/PDO extension - extending capabilities provided by the original SQL API extension.
michaelb/lumen-db2
3140 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.
dzegarra/tracy-mysqli
7676 Downloads
This lib extends mysqli to allow you to see all your executed queries. It also includes a Bar Panel for Tracy
pdo-proxy/pdo-proxy
25 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.
fkrfld/laravel-db2
25 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.
pfinal/database
775 Downloads
PHP MySQL database wrapper, extends PDO and PDOStatement
marcocesarato/cpdo
263 Downloads
This package can retrieve PDO query results from cache variables. It extends the base PDO class and override some functions to handle database query execution and store the query results in variables. The class can also return query results for cached queries for previously executed queries to retrieve the results faster for repeated queries.
worldfactory/qq-extension-pdo
142 Downloads
Extends QQ with PDO functionalities.
phryneas/logged-pdo
526 Downloads
Class extending the php PDO Class for logging purpose
orz/plog
14 Downloads
PSR3 logging library that is PDO extendable and simple to use
srjlewis/aura-sql
12 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.
srathbone/sql-data-mods
5 Downloads
SQL/PDO extension - extending capabilities provided by the original SQL API extension.
sinasalek/pdoplus
54 Downloads
PDO wrapper. Extends PDO and PDOStatement with useful methods.