Download the PHP package grasmash/xdebug-toggle without Composer
On this page you can find all versions of the php package grasmash/xdebug-toggle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download grasmash/xdebug-toggle
More information about grasmash/xdebug-toggle
Files in grasmash/xdebug-toggle
Download grasmash/xdebug-toggle
More information about grasmash/xdebug-toggle
Files in grasmash/xdebug-toggle
Vendor grasmash
Package xdebug-toggle
Short Description Simple CLI tools to toggle xdebug easily.
License MIT
Package xdebug-toggle
Short Description Simple CLI tools to toggle xdebug easily.
License MIT
Please rate this library. Is it a good library?
Informations about the package xdebug-toggle
Xdebug Toggle
A PHP-based CLI tool for quickly enabling and/or disabling xdebug.
This tool simply "comments out" the line in your php.ini file that loads the xDebug Zend extension.
Available commands:
Command | Description |
---|---|
toggle | Enables or disables xDebug, depending on state. |
enable | Enables xDebug. |
disable | Disables xDebug. |
status | Prints current status of xDebug. |
Example:
Installation
You may use Composer
to install this library. It is suggested that you install it globally and add Composer's global bin
directory to your system's $PATH
.
Configuration
If your extension doesn't match the xdebug.so
name (e.g. you're on Windows), you can set a environment variable to correct file name: XDEBUG_EXTENSION_FILE_NAME
.
All versions of xdebug-toggle with dependencies
PHP Build Version
Package Version
The package grasmash/xdebug-toggle contains the following files
Loading the files please wait ....