Download the PHP package geithware/debug-mysql-db without Composer

On this page you can find all versions of the php package geithware/debug-mysql-db. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package debug-mysql-db

TYPO3 extension debug_mysql_db

What is does

• It transforms SQL error messages into debug messages or any function of your choice. This helps you to get rid of the output of SQL error messagein the Frontend or Backend. • It calculates the time for the performance of a SQL query. • You can filter to see only buggy SQL queries. • You can filter to see only SQL queries which take a long time.

Requirements

• 1.9.0 and later require PHP 8 and TYPO3 13.x • 1.8.0 works for TYPO3 12 • 1.5.0 works for TYPO3 11 • 1.2.1 works for TYPO3 10

Users manual

Just install the extension in the Extension Manager. Then all database queries made by the PHP code of TYPO3 or of all TYPO3 extensions which use any TYPO3 method to make the database calls, will be caught. They are checked for errors. Time measurements are done on them. The result of the database queries can be seen directly on the TYPO3 site. But you can configure it to use any functions like sending via email or storing it into a file. An easier method is to use an additional debug extension as e.g. fh_debug with it. By using additional extensions you can get a better and more understandable output.

Problems

Installtool Requirement

The class override mechanism has been deactivated in the TYPO3 core for the install tool.

To reactivate it again you must overwrite the TYPO3 Core file sysext/install/Classes/ServiceProvider.php by the file debug_mysql_db/Patches/TYPO3/sysext/install/Classes/ServiceProvider.php. Or you apply the patch file debug_mysql_db/Patches/ServiceProvider.diff on the TYPO3 core.

Alternatively you can use "post-install-cmd" or "post-autoload-dump" and a file copy method in your composer.json. See Defining scripts .


All versions of debug-mysql-db with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
typo3/cms-core Version ^13
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package geithware/debug-mysql-db contains the following files

Loading the files please wait ....