Download the PHP package koriym/dev-pdo-statement without Composer
On this page you can find all versions of the php package koriym/dev-pdo-statement. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package dev-pdo-statement
A PdoStatement for Developers
[Japanese]
koriym/dev-pdo-statement log following information to help your sql inspection.
- Query excution time.
- Final SQL query with parameter values interpolated into it from prepared statement.
- The result of
EXPLAIN
query. - The result of
SHOW WARNINGS
query.
Install
AttachDevPdoStatement
class to the target $pdo
.
Then $pdo
start to log as following on each query.
Custom Log
You can implement custom condition for logging or choose your favorite logger.
Demo
All versions of dev-pdo-statement with dependencies
PHP Build Version
Package Version
No informations.
The package koriym/dev-pdo-statement contains the following files
Loading the files please wait ....