rquadling/retry

There is no license information available for the latest version (v1.0.0) of this package.

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

v1.0.0 2020-02-19 12:07 UTC

This package is auto-updated.

Last update: 2024-04-29 04:53:17 UTC


README

Build Status Code Coverage GitHub issues

PHP Version Stable Version

Total Downloads Monthly Downloads Daily Downloads

A retry library that is completely based upon the 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

Using Composer:

composer require rquadling/retry