PHPackages                             richardkmiller/pest - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. richardkmiller/pest

ActiveLibrary[Testing &amp; Quality](/categories/testing)

richardkmiller/pest
===================

Brings some tenacity to educoder/pest

114.3kPHP

Since Aug 29Pushed 11y ago5 watchersCompare

[ Source](https://github.com/mocavo/pest)[ Packagist](https://packagist.org/packages/richardkmiller/pest)[ RSS](/packages/richardkmiller-pest/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

PersistentPest
==============

[](#persistentpest)

**PersistentPest** brings some tenacity to [**Pest**](https://github.com/educoder/pest), an HTTP client library for PHP. If a given GET, PUT, or POST request fails, PersistentPest will retry up to 3 times.

Basic Example
-------------

[](#basic-example)

To begin, see [Pest](https://github.com/educoder/pest)'s documentation.

To make Pest persistent:

```
