Skip to content

Send a post request with parameters async and without wait for a response

Notifications You must be signed in to change notification settings

omatech/fire-and-forget

Repository files navigation

Usage

$url="https://postman-echo.com/get";
$params=['test'=>'testval'];
$faf = new FireAndForget($url, $params);
$faf->send();

Test

phpunit --bootstrap vendor/autoload.php tests

About

Send a post request with parameters async and without wait for a response

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages