PHPackages                             bluefrg/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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. bluefrg/retry

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

bluefrg/retry
=============

A simple PHP function used to retry failed operations.

2.0.0(1y ago)16.9k↓50%MITPHPPHP &gt;=8.2CI passing

Since Oct 27Pushed 3mo ago1 watchersCompare

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

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

Retry
=====

[](#retry)

A simple PHP function used to retry failed operations. Based on the work done by [igorw](https://github.com/igorw/retry/). On a complete failure, the original exception will be thrown back rather than igorw's FailingTooHardException.

```
