Skip to content

johnstevenson/run-without-xdebug

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linux build license php

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

About

Runs a PHP script with XDebug disabled

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 94.4%
  • Shell 5.6%