Download the PHP package keboola/settle without Composer
On this page you can find all versions of the php package keboola/settle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package settle
Settle
Library which provides a function that waits for something to happen. Usage:
The settle
function expects two callbacks - comparator
and getCurrentValue
. In a typical scenario, the
getCurrentValue
checks and returns the result of some asynchronous operation (data loaded, process finished) and
the comparator
checks that the getCurrentValue
result is the expected value. If the expected value is not
reached within the specified number of attempts a RuntimeException
is thrown.
License
MIT licensed, see LICENSE file.
All versions of settle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
ext-json Version *
keboola/common-exceptions Version ^1.1
psr/log Version ^1.1|^2.0|^3.0
symfony/config Version ^5.2|^6.2
ext-json Version *
keboola/common-exceptions Version ^1.1
psr/log Version ^1.1|^2.0|^3.0
symfony/config Version ^5.2|^6.2
The package keboola/settle contains the following files
Loading the files please wait ....