PHP code example of hipsterjazzbo / fire-and-forget
1. Go to this page and download the library: Download hipsterjazzbo/fire-and-forget library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
// You can define a connection timeout, the default is 5
$connectionTimeout = 5;
$faf = new FireAndForget($connectionTimeout);
$faf->post($url, $params);