PHPackages                             weirdan/run-without-xdebug - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. weirdan/run-without-xdebug

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

weirdan/run-without-xdebug
==========================

Runs a php script with XDebug disabled

2.1.0(2y ago)826.0k↓17.5%2MITPHPPHP ~7.1 || ~8.0CI passing

Since Mar 8Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/weirdan/run-without-xdebug)[ Packagist](https://packagist.org/packages/weirdan/run-without-xdebug)[ RSS](/packages/weirdan-run-without-xdebug/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (10)Dependencies (4)Versions (17)Used By (0)

[![CI](https://github.com/weirdan/run-without-xdebug/actions/workflows/ci.yml/badge.svg)](https://github.com/weirdan/run-without-xdebug/actions/workflows/ci.yml)[![license](https://camo.githubusercontent.com/96fb4fc3b40ebede35dcd2702c31dc4f3ebadc4477935506d60fd89ddcc4da26/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f7765697264616e2f72756e2d776974686f75742d7864656275672e737667)](https://camo.githubusercontent.com/96fb4fc3b40ebede35dcd2702c31dc4f3ebadc4477935506d60fd89ddcc4da26/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f7765697264616e2f72756e2d776974686f75742d7864656275672e737667)[![php](https://camo.githubusercontent.com/4a3d9af5dd744526d0a77807af40bcd932e0690c330d485104510cdfdb62cd15/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f7765697264616e2f72756e2d776974686f75742d7864656275672e7376673f636f6c6f72423d383839324246266c6162656c3d706870)](https://camo.githubusercontent.com/4a3d9af5dd744526d0a77807af40bcd932e0690c330d485104510cdfdb62cd15/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f7765697264616e2f72756e2d776974686f75742d7864656275672e7376673f636f6c6f72423d383839324246266c6162656c3d706870)

Intro
=====

[](#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
============

[](#installation)

```
composer global require weirdan/run-without-xdebug:@dev
```

Usage
=====

[](#usage)

```
php-noxdebug `which phpunit` --testdox
```

###  Health Score

48

—

FairBetter than 94% of packages

Maintenance54

Moderate activity, may be stable

Popularity33

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 90.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~210 days

Recently: every ~353 days

Total

12

Last Release

767d ago

Major Versions

1.6.0 → 2.0.02022-05-30

PHP version history (3 changes)1.0.0PHP ~5.3 || ~7.0

1.5.0PHP ~5.3 || ~7.0 || ~8.0

2.0.0PHP ~7.1 || ~8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/819d5d9fe8f78d00cc5dd7972cbb9e4f049c9bff7186e0e401f3191b3f137885?d=identicon)[weirdan](/maintainers/weirdan)

---

Top Contributors

[![weirdan](https://avatars.githubusercontent.com/u/57403?v=4)](https://github.com/weirdan "weirdan (56 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (1 commits)")[![dependabot-support](https://avatars.githubusercontent.com/u/112581971?v=4)](https://github.com/dependabot-support "dependabot-support (1 commits)")[![morozov](https://avatars.githubusercontent.com/u/59683?v=4)](https://github.com/morozov "morozov (1 commits)")

---

Tags

performancephpshellxdebugperformanceXdebug

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/weirdan-run-without-xdebug/health.svg)

```
[![Health](https://phpackages.com/badges/weirdan-run-without-xdebug/health.svg)](https://phpackages.com/packages/weirdan-run-without-xdebug)
```

###  Alternatives

[composer/xdebug-handler

Restarts a process without Xdebug.

2.6k430.7M148](/packages/composer-xdebug-handler)[tracy/tracy

😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.

1.9k25.9M1.6k](/packages/tracy-tracy)[jokkedk/webgrind

Webgrind is a Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind and installs in seconds and works on all platforms. For quick'n'dirty optimizations it does the job.

3.3k201.7k](/packages/jokkedk-webgrind)[rarst/laps

Light WordPress profiler.

565274.9k2](/packages/rarst-laps)[rector/rector-src

Instant Upgrade and Automated Refactoring of any PHP code

136411.0k14](/packages/rector-rector-src)[noisebynorthwest/php-spx

A simple &amp; straight-to-the-point PHP profiling extension with its built-in web UI

2.6k4.3k](/packages/noisebynorthwest-php-spx)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
