PHP code example of hydreflab / iron-queue
1. Go to this page and download the library: Download hydreflab/iron-queue 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/ */
hydreflab / iron-queue example snippets
'iron' => [
'driver' => 'iron',
'host' => 'mq-aws-us-east-1-1.iron.io',
'token' => 'your-token',
'project' => 'your-project-id',
'queue' => 'your-queue-name',
'encrypt' => true,
'timeout' => 60
],