Download the PHP package divineomega/attempt without Composer
On this page you can find all versions of the php package divineomega/attempt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download divineomega/attempt
More information about divineomega/attempt
Files in divineomega/attempt
Download divineomega/attempt
More information about divineomega/attempt
Files in divineomega/attempt
Vendor divineomega
Package attempt
Short Description Attempt to run a function, retrying if needed
License LGPL-3.0-only
Package attempt
Short Description Attempt to run a function, retrying if needed
License LGPL-3.0-only
Please rate this library. Is it a good library?
Informations about the package attempt
🔁 Attempt
This PHP package allows you to attempt to run a function, automatically retrying if an exception occurs.
It can useful for:
- Unreliable connectivity or APIs
- Interaction with rate-limited systems
- Handling unreliable input data
Installation
To install Attempt, just run the following command.
Usage
See the following usage examples.
Most of these methods can be chained and used together as you might expect to give the desired functionality.
All versions of attempt with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
The package divineomega/attempt contains the following files
Loading the files please wait ....