Download the PHP package antonmarin/traceable-pdo without Composer
On this page you can find all versions of the php package antonmarin/traceable-pdo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download antonmarin/traceable-pdo
More information about antonmarin/traceable-pdo
Files in antonmarin/traceable-pdo
Download antonmarin/traceable-pdo
More information about antonmarin/traceable-pdo
Files in antonmarin/traceable-pdo
Vendor antonmarin
Package traceable-pdo
Short Description Wrapper for PDO that adds trace of statement source to analyze slow SQL statements in real-time
License GPL-3.0
Package traceable-pdo
Short Description Wrapper for PDO that adds trace of statement source to analyze slow SQL statements in real-time
License GPL-3.0
Please rate this library. Is it a good library?
Informations about the package traceable-pdo
traceable-pdo
Adds trace to your sql statement
Usage
When you use traceablePDO\PDO
your statement looks like
SELECT 1 /* eJxT0NdSKM7PTVUoKUpMTlUoLinKzEtX0NIHAF05B60= */
so to get trace you should just enter in your terminal
php -r 'echo gzuncompress(base64_decode("eJxT0NdSKM7PTVUoKUpMTlUoLinKzEtX0NIHAF05B60="));'
Examples
Yii2
config/main.php
All versions of traceable-pdo with dependencies
PHP Build Version
Package Version
Requires
ext-pdo Version
*
php Version ^5.6 || ^7.0
ext-zlib Version *
php Version ^5.6 || ^7.0
ext-zlib Version *
The package antonmarin/traceable-pdo contains the following files
Loading the files please wait ....