Download the PHP package gos/yolo without Composer
On this page you can find all versions of the php package gos/yolo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor gos
Package yolo
Short Description Advanced Retry Implementation
License MIT
Homepage https://github.com/GeniusesOfSymfony/Yolo
Package yolo
Short Description Advanced Retry Implementation
License MIT
Homepage https://github.com/GeniusesOfSymfony/Yolo
Please rate this library. Is it a good library?
Informations about the package yolo
Yolo
Advanced retry implementation.
Installation
Example
Perform an action
With YOLO :
Sometimes we need more swag to retry over a webservice.
If your operation have an hight cost, perform it when service is available instead of dummy retry.
You also can do :
By implementing Gos\Component\Yolo\YoloInterface
on your object. Add isAvailable
and return true when it's ok.
You also can attach a logger to yolo (We implement Psr\Log\LoggerAwareInterface
) . Swag
Built in Callback
Ping Back
All versions of yolo with dependencies
PHP Build Version
Package Version
The package gos/yolo contains the following files
Loading the files please wait ....