PHP code example of tillmannschiffler / simplequeue

1. Go to this page and download the library: Download tillmannschiffler/simplequeue 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/ */

    

tillmannschiffler / simplequeue example snippets

raw
   [Unit]
   Description=Worker Starter for the Queue/Job handling

   [Service]
   Type=simple
   # NOTE: adjust path to the worker here
   ExecStart=/usr/bin/php <GIT_ROOT>/src/Example/SampleWorker.php

   [Install]
   WantedBy=multi-user.target