weirdan / run-without-xdebug
Runs a php script with XDebug disabled
Installs: 19 384
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 3
Forks: 2
Open Issues: 0
Requires
- php: ~7.1 || ~8.0
- composer/xdebug-handler: ^1.3 || ^2.0 || ^3.0
Requires (Dev)
- php: ~7.1 || ~8.0
- ext-xdebug: *
- php-parallel-lint/php-parallel-lint: ^1.3
- phpunit/phpunit: ^7.0 || ^8.0 || ^9.0 || ^11.0
- squizlabs/php_codesniffer: ^3.3
This package is auto-updated.
Last update: 2024-10-22 08:19:37 UTC
README
Intro
This is a simple CLI utility to run any PHP script with XDebug disabled. XDebug, while providing many useful features, results in considerable performance hit. This is especially useful to run big unit test suites when you don't need code coverage (like, when fixing a bug).
Installation
composer global require weirdan/run-without-xdebug:@dev
Usage
php-noxdebug `which phpunit` --testdox