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
Requires
- php: ^7
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- phpstan/phpstan: ^0.9.2
- phpunit/phpunit: ^6.5
README
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:
- Removal of
voidreturn typehints. - Removal of nullable aspect to typehints.
- Removal of
publicvisibility keyword for class constants.
Installation
Using Composer:
composer require rquadling/retry