rquadling / retry
A library for repeatable and retryable operations based upon keboola/retry
Installs: 34 692
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
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
void
return typehints. - Removal of nullable aspect to typehints.
- Removal of
public
visibility keyword for class constants.
Installation
Using Composer:
composer require rquadling/retry