PHP code example of bernardwiesner / laravel-gcp-pubsub
1. Go to this page and download the library: Download bernardwiesner/laravel-gcp-pubsub 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/ */
bernardwiesner / laravel-gcp-pubsub example snippets
<?
return [
// How many times to retry the request when it fails
'retry' => 2,
// How many milliseconds to wait after retry fails
'retry_wait' => 100
];