PHPackages                             testo/retry - 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. testo/retry

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

testo/retry
===========

Retry policy plugin for the Testo testing framework.

0.1.4(1mo ago)06.8k↑730.8%2BSD-3-ClausePHPPHP &gt;=8.2

Since May 2Pushed 1mo agoCompare

[ Source](https://github.com/php-testo/retry)[ Packagist](https://packagist.org/packages/testo/retry)[ Fund](https://boosty.to/roxblnfk)[ RSS](/packages/testo-retry/feed)WikiDiscussions 1.x Synced 3w ago

READMEChangelogDependencies (2)Versions (5)Used By (2)

 [![TESTO](https://github.com/php-testo/.github/raw/1.x/resources/logo-full.svg?raw=true)](https://github.com/php-testo/testo)

Retry policy plugin

[![Documentation](https://camo.githubusercontent.com/581efe41679650c23bfc15e13cea47cde8aa70c0d5eb32ae469ed9765028674a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f446f63756d656e746174696f6e2d626c75653f7374796c653d666f722d7468652d6261646765266c6f676f3d676974626f6f6b266c6f676f436f6c6f723d7768697465)](https://php-testo.github.io)[![Support on Boosty](https://camo.githubusercontent.com/eca37b381ee1cc5abb7bbc819eb3792929666505c31ebc775962992648d00b92/68747470733a2f2f696d672e736869656c64732e696f2f7374617469632f76313f7374796c653d666f722d7468652d6261646765266c6162656c3d266d6573736167653d53706f6e736f7273686970266c6f676f3d426f6f737479266c6f676f436f6c6f723d776869746526636f6c6f723d253233463135463243)](https://boosty.to/roxblnfk)

Important

🪞 This is a read-only mirror.
-----------------------------

[](#-this-is-a-read-only-mirror)

Active development of the Testo project lives in [**php-testo/testo**](https://github.com/php-testo/testo) under `plugin/retry/`. This repository is **automatically synchronized** from there on every release.

File issues and pull requests in the [main monorepo](https://github.com/php-testo/testo/issues), not here.

About
-----

[](#about)

Retries failed tests according to a configurable policy. Useful for damping the noise of transient failures in fragile environments and for keeping CI stable while real flakes are being investigated.

Install
-------

[](#install)

```
composer require --dev testo/retry
```

[![PHP](https://camo.githubusercontent.com/41f1a17590270e20952d6d8c5931c762767677f0c50ce6df823865f7d6701f07/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f746573746f2f72657472792e7376673f7374796c653d666c61742d737175617265266c6f676f3d706870)](https://packagist.org/packages/testo/retry)[![Latest Version on Packagist](https://camo.githubusercontent.com/0117adff46c531bce4dad51e2d855eefef5b54bf6abf015bfdd3a9879be286e2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746573746f2f72657472792e7376673f7374796c653d666c61742d737175617265266c6f676f3d7061636b6167697374)](https://packagist.org/packages/testo/retry)[![License](https://camo.githubusercontent.com/c59265b3d4bc4546a145c46540e6cb7d9ea9e8e354bb5153ab3799bd007f6d76/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f746573746f2f72657472792e7376673f7374796c653d666c61742d737175617265)](https://github.com/php-testo/testo/blob/1.x/LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/53e4703ea94632d2bdd2b3277d2e174401a25f70dafe13506ff21eb4f233a9aa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f746573746f2f72657472792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/testo/retry/stats)

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance90

Actively maintained with recent releases

Popularity26

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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 ~9 days

Total

5

Last Release

47d ago

Major Versions

0.1.4 → 1.x-dev2026-06-07

### Community

Maintainers

![](https://www.gravatar.com/avatar/110fa17dca123e71e4ef4132d1d6a66d20058a07fc6118e716dd67dd4316e886?d=identicon)[roxblnfk](/maintainers/roxblnfk)

---

Top Contributors

[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (4 commits)")

---

Tags

retrytesto

### Embed Badge

![Health badge](/badges/testo-retry/health.svg)

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

###  Alternatives

[bshaffer/phpunit-retry-annotations

Traits for retrying test methods and classes in PHPUnit

23493.0k2](/packages/bshaffer-phpunit-retry-annotations)[chekote/behat-retry-extension

Automatically retry "Then" steps in Behat

10142.9k](/packages/chekote-behat-retry-extension)

PHPackages © 2026

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