PHPackages                             merkushin/php.autotest - 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. merkushin/php.autotest

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

merkushin/php.autotest
======================

Run tests automatically

2063PHP

Since Apr 1Pushed 4y ago3 watchersCompare

[ Source](https://github.com/merkushin/php.autotest)[ Packagist](https://packagist.org/packages/merkushin/php.autotest)[ RSS](/packages/merkushin-phpautotest/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

[![Build Status](https://camo.githubusercontent.com/1376aec38c6a609db9a2c7011e3e9ec05f0824068cce8a2276a11049e20d0e3c/68747470733a2f2f7472617669732d63692e6f72672f6d65726b757368696e2f7068702e6175746f746573742e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/merkushin/php.autotest) Autotest for PHP
==================================================================================================================================================================================================================================================================================================================

[](#-autotest-for-php)

Requirements
------------

[](#requirements)

- PHP 5.3+
- PHPUnit
- Symfony/Console

Installation
------------

[](#installation)

Download and unpack php.autotest.

Download Composer () and run:

```
composer.phar install

```

Composer installs Console component

Optionally link bin/autotest.php to your /usr/bin like this:

```
ln bin/autotest.php /usr/bin/autotest

```

Usage
-----

[](#usage)

Run bin/autotest.php with optional params from the root of your application:

- `cmd` — path to phpunit (optional, default value: phpunit)
- `src_path` — path to your source code (optional, default value: src)
- `tests_path` — path to your tests (optional, default value: tests)
- `suffix` — suffix of the test namespace (optional, default value: Test)
- `timeout` — time between comparing files (optional, default value: 1 second)

Example (assuming file is linked to bin directory):

```
autotest --cmd=/usr/local/zend/bin/phpunit --src_path=source --tests_path=MyTests --timeout=60

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1e66dca8b77552708cb428e886cc951c913b0aaa9a11ff21d6a970105cb424e1?d=identicon)[merkushin](/maintainers/merkushin)

---

Top Contributors

[![merkushin](https://avatars.githubusercontent.com/u/329356?v=4)](https://github.com/merkushin "merkushin (12 commits)")[![dedalqq](https://avatars.githubusercontent.com/u/1443295?v=4)](https://github.com/dedalqq "dedalqq (1 commits)")

---

Tags

automationphpphpunittesting-tools

### Embed Badge

![Health badge](/badges/merkushin-phpautotest/health.svg)

```
[![Health](https://phpackages.com/badges/merkushin-phpautotest/health.svg)](https://phpackages.com/packages/merkushin-phpautotest)
```

###  Alternatives

[dms/phpunit-arraysubset-asserts

This package provides ArraySubset and related asserts once deprecated in PHPUnit 8

14228.7M341](/packages/dms-phpunit-arraysubset-asserts)[phpbenchmark/phpbenchmark

Easy to use benchmark toolkit for your PHP-application. This library contains classes for comparing algorithms as well as benchmarking application responses

8011.5k2](/packages/phpbenchmark-phpbenchmark)

PHPackages © 2026

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