PHPackages                             rquadling/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. rquadling/retry

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

rquadling/retry
===============

A library for repeatable and retryable operations based upon keboola/retry

v1.0.0(6y ago)038.8k↓41.5%PHPPHP ^7CI failing

Since Sep 1Pushed 5y ago1 watchersCompare

[ Source](https://github.com/rquadling/retry)[ Packagist](https://packagist.org/packages/rquadling/retry)[ RSS](/packages/rquadling-retry/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (11)Used By (0)

RQuadling/retry
===============

[](#rquadlingretry)

[![Build Status](https://camo.githubusercontent.com/17548b8c76cab2385a7cd25db19f4f5c0ed0029860916e5ec8363dd0c0f5d0ce/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f72717561646c696e672f72657472792e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d747261766973)](https://travis-ci.org/rquadling/retry)[![Code Coverage](https://camo.githubusercontent.com/ce3b65cd9866ef175c795d1f9cea317c19878033ea5a6f04939ee022f00442d2/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f72717561646c696e672f72657472792e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d7363727574696e697a6572)](https://scrutinizer-ci.com/g/rquadling/retry/)[![GitHub issues](https://camo.githubusercontent.com/1806259bbba6230cfd41865d6bd90285c85b3c89f76d2341659b34127c63b533/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f72717561646c696e672f72657472792e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d676974687562)](https://github.com/rquadling/retry/issues)

[![PHP Version](https://camo.githubusercontent.com/93c9be11fc2c122206721997b8f6e52045a5a10f9c371dfd3eb55e16267b3f96/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f72717561646c696e672f72657472792e7376673f7374796c653d666f722d7468652d6261646765)](https://github.com/rquadling/retry)[![Stable Version](https://camo.githubusercontent.com/dd23bbc6542ca00fa5dab350ae896861b450b5193354815aae7bd7d95ef4ea0e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f72717561646c696e672f72657472792e7376673f7374796c653d666f722d7468652d6261646765266c6162656c3d4c6174657374)](https://packagist.org/packages/rquadling/retry)

[![Total Downloads](https://camo.githubusercontent.com/17cf15b81c1f9487067a97b7cf1b2f5202c18339cde56d059fdfc65d3746d5cd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f72717561646c696e672f72657472792e7376673f7374796c653d666f722d7468652d6261646765266c6162656c3d546f74616c2b646f776e6c6f616473)](https://packagist.org/packages/rquadling/retry)[![Monthly Downloads](https://camo.githubusercontent.com/2fc92e4118dcdfd6e90b7c7d35364634f1264e096d7b87e1618b0cb6b5962f2a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f72717561646c696e672f72657472792e7376673f7374796c653d666f722d7468652d6261646765266c6162656c3d4d6f6e74686c792b646f776e6c6f616473)](https://packagist.org/packages/rquadling/retry)[![Daily Downloads](https://camo.githubusercontent.com/4e39752bc510628d3ca5e6a6bdfbbe08ebfb019e4c9e647cec462bc14dd421dc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64642f72717561646c696e672f72657472792e7376673f7374796c653d666f722d7468652d6261646765266c6162656c3d4461696c792b646f776e6c6f616473)](https://packagist.org/packages/rquadling/retry)

A retry library that is completely based upon the [keboola/retry](https://github.com/keboola/retry) library.

The main purpose for this library is that this is PHP 7.0 compatible as that is a use case I have.

The main changes made are:

1. Removal of `void` return typehints.
2. Removal of nullable aspect to typehints.
3. Removal of `public` visibility keyword for class constants.

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

[](#installation)

Using Composer:

```
composer require rquadling/retry
```

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 63.2% 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 ~303 days

Recently: every ~61 days

Total

10

Last Release

2280d ago

Major Versions

0.5.0 → v1.0.02020-02-19

PHP version history (4 changes)v0.1.0PHP &gt;=5.3.3

0.2.0PHP &gt;=5.4

0.3.0PHP &gt;=7.1

v1.0.0PHP ^7

### Community

Maintainers

![](https://www.gravatar.com/avatar/4c385f24d4f13c86b9c3e54c61b2532189c1ffb3099a8e63738fd75de90b20ba?d=identicon)[RQuadling](/maintainers/RQuadling)

---

Top Contributors

[![pivnicek](https://avatars.githubusercontent.com/u/569139?v=4)](https://github.com/pivnicek "pivnicek (55 commits)")[![vkartaviy](https://avatars.githubusercontent.com/u/648039?v=4)](https://github.com/vkartaviy "vkartaviy (22 commits)")[![ondrajodas](https://avatars.githubusercontent.com/u/12143866?v=4)](https://github.com/ondrajodas "ondrajodas (8 commits)")[![rquadling](https://avatars.githubusercontent.com/u/12801?v=4)](https://github.com/rquadling "rquadling (2 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[xefi/faker-php-locales-fr-fr

Faker extension to include fr\_FR locale

2310.7k](/packages/xefi-faker-php-locales-fr-fr)

PHPackages © 2026

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