PHPackages                             uvoteam/php-without-xdebug-runner - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. uvoteam/php-without-xdebug-runner

ActiveLibrary[Testing &amp; Quality](/categories/testing)

uvoteam/php-without-xdebug-runner
=================================

Runner for PHP without Xdebug. Useful for collecting code coverage with PCOV even if Xdebug installed

1.0.1(5y ago)012MITShellPHP ^7.1

Since Mar 26Pushed 5y ago1 watchersCompare

[ Source](https://github.com/uvoteam/php-without-xdebug-runner)[ Packagist](https://packagist.org/packages/uvoteam/php-without-xdebug-runner)[ Docs](https://github.com/uvoteam/php-without-xdebug-runner)[ RSS](/packages/uvoteam-php-without-xdebug-runner/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (3)Used By (0)

Installation
============

[](#installation)

```
composer require --dev uvoteam/php-without-xdebug-runner:^1.0
```

Usage
=====

[](#usage)

Assume you have installed Xdebug.

```
$ php7.2 -v
PHP 7.2.28-3+ubuntu18.04.1+deb.sury.org+1 (cli) (built: Feb 23 2020 07:23:25) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
    with Zend OPcache v7.2.28-3+ubuntu18.04.1+deb.sury.org+1, Copyright (c) 1999-2018, by Zend Technologies
    with Xdebug v2.9.2, Copyright (c) 2002-2020, by Derick Rethans
```

To to run php without Xdebug you can use one of provided scripts.

```
$ vendor/bin/php7.2-no-xdebug -v
Temporary php.ini path: /tmp/php.NnsLxfuGVZ.ini
PHP 7.2.28-3+ubuntu18.04.1+deb.sury.org+1 (cli) (built: Feb 23 2020 07:23:25) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
    with Zend OPcache v7.2.28-3+ubuntu18.04.1+deb.sury.org+1, Copyright (c) 1999-2018, by Zend Technologies
```

PHPUnit
-------

[](#phpunit)

If you want to collect code coverage with PCOV but have installed Xdebug then you can run PHPUnit like this:

```
vendor/bin/php7.2-no-xdebug vendor/bin/phpunit --coverage-text
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~144 days

Total

2

Last Release

2145d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1128310?v=4)[Denys Hirnyk](/maintainers/Great-Antique)[@Great-Antique](https://github.com/Great-Antique)

---

Top Contributors

[![Great-Antique](https://avatars.githubusercontent.com/u/1128310?v=4)](https://github.com/Great-Antique "Great-Antique (5 commits)")

---

Tags

phpcoveragedebugXdebugpcov

### Embed Badge

![Health badge](/badges/uvoteam-php-without-xdebug-runner/health.svg)

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

###  Alternatives

[nette/tester

Nette Tester: enjoyable unit testing in PHP with code coverage reporter. 🍏🍏🍎🍏

4957.6M1.7k](/packages/nette-tester)[df/php-coverfish

lightweight static code analysis tool for class coverage check of PHPUnit's CodeCoverage

234.9k1](/packages/df-php-coverfish)[yegor256/phprack

Light framework for automation of integration tests

254.7k](/packages/yegor256-phprack)

PHPackages © 2026

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