1. Go to this page and download the library: Download graphaware/php-simplemq 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/ */
graphaware / php-simplemq example snippets
use GraphAware\SimpleMQ\SimpleMQ;
$smq = SimpleMQ::withYAMLConfigFile(__DIR__.'/path_to_your_config_file.yml');