Download the PHP package tumtum/sw6-sql-logger without Composer
On this page you can find all versions of the php package tumtum/sw6-sql-logger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tumtum/sw6-sql-logger
More information about tumtum/sw6-sql-logger
Files in tumtum/sw6-sql-logger
Download tumtum/sw6-sql-logger
More information about tumtum/sw6-sql-logger
Files in tumtum/sw6-sql-logger
Vendor tumtum
Package sw6-sql-logger
Short Description Returns SQL queries to the Browser or cli.
License GPL-3.0
Package sw6-sql-logger
Short Description Returns SQL queries to the Browser or cli.
License GPL-3.0
Please rate this library. Is it a good library?
Informations about the package sw6-sql-logger
Shopware SQL Logger
Returns all SQL queries into console of a Browser or cli.
Install
composer require --dev tumtum/sw6-sql-logger
Usage
Just set the function StartSQLLog()
somewhere and from that point on all SQLs will be logged.
Usage with VarDumper::dump()
If you want to dump the SQLs into the VarDumper::dump()
and put out the result into a HTML file, you can use the following step:
Configure the Shopware 6 (one time):
Start the VarDumper server:
open in Browser: http://local-shopware:8000/debug.html
Start the SQL logger:
Screenshots
CLI:
All versions of sw6-sql-logger with dependencies
PHP Build Version
Package Version
Requires
monolog/monolog Version
*
The package tumtum/sw6-sql-logger contains the following files
Loading the files please wait ....