PHPackages                             daalvand/retry-policy - 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. [Caching](/categories/caching)
4. /
5. daalvand/retry-policy

ActiveLibrary[Caching](/categories/caching)

daalvand/retry-policy
=====================

This package is for doing jobs with high reliability

1.0.3(4y ago)01MITPHPPHP ^7.4|^8.0

Since Sep 24Pushed 4y ago1 watchersCompare

[ Source](https://github.com/daalvand/retry-policy)[ Packagist](https://packagist.org/packages/daalvand/retry-policy)[ RSS](/packages/daalvand-retry-policy/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (3)Versions (5)Used By (0)

preview
=======

[](#preview)

- This package is for doing jobs with high reliability

installation
============

[](#installation)

install package
---------------

[](#install-package)

run `composer require daalvand/retry-policy`

### publish provider

[](#publish-provider)

#### Laravel

[](#laravel)

- `php artisan vendor:publish --provider="Daalvand\RetryPolicy\RetryPolicyServiceProvider"`

#### Lumen

[](#lumen)

- Add the service provider to `bootstrap/app.php` file:

```
